Commit 40751e5b9d58fc0d7380ae38f6eb635cedd3559d
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !2
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -6,7 +6,7 @@ angular.module('focaModalGraficoCisternas') |
| 6 | 6 | function($scope, $uibModalInstance, filters) { |
| 7 | 7 | $scope.labels = []; |
| 8 | 8 | $scope.series = ['Disponible', 'Cargado']; |
| 9 | - $scope.colores = ['#949fb1', '#e09125'] | |
| 9 | + $scope.colores = ['#dcdcdc', '#007bff'] | |
| 10 | 10 | $scope.data = [[],[]]; |
| 11 | 11 | $scope.options = { |
| 12 | 12 | scales: { |