#435: updated fillColor for ChartJS
This commit is contained in:
parent
3d1221ea63
commit
f6a88956f1
|
@ -114,7 +114,7 @@ RosaABF.controller 'StatisticsController', ['$scope', '$http', '$timeout', ($sco
|
|||
d.y
|
||||
|
||||
dataset =
|
||||
fillColor: "rgba(#{ $scope.colors[index] }, 0.5)"
|
||||
fillColor: "rgba(#{ $scope.colors[index] }, 0.1)"
|
||||
strokeColor: "rgba(#{ $scope.colors[index] }, 1)"
|
||||
pointColor: "rgba(#{ $scope.colors[index] }, 1)"
|
||||
pointStrokeColor: "#fff"
|
||||
|
|
Loading…
Reference in New Issue