Commit 75f6bbe651b88892986dd0ce5b057626d6670db5
1 parent
dd09e18d7d
Exists in
master
nuevos colores
Showing
1 changed file
with
1 additions
and
1 deletions
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: { |