#435: updated fillColor for ChartJS

This commit is contained in:
Vokhmin Alexey V 2014-10-23 14:54:51 +04:00
parent 3d1221ea63
commit f6a88956f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"