Skip to content
Snippets Groups Projects
Commit d9cb565d authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

web: Modify net usage charts colors to blue

parent 290f87d3
No related branches found
No related tags found
No related merge requests found
...@@ -348,6 +348,10 @@ angular.module('datasid.attendance', []). ...@@ -348,6 +348,10 @@ angular.module('datasid.attendance', []).
{name: 'Download'}, {name: 'Download'},
{name: 'Upload'} {name: 'Upload'}
]; ];
config.colors = [
'#2f7ed8',
'#0d233a'
];
config.tooltip.formatter = function() { config.tooltip.formatter = function() {
var s = '<b>'+ this.x[1] +'</b>'; var s = '<b>'+ this.x[1] +'</b>';
......
...@@ -206,6 +206,10 @@ var DefaultCharts = { ...@@ -206,6 +206,10 @@ var DefaultCharts = {
chart: { chart: {
height: 550, height: 550,
}, },
colors: [
'#2f7ed8',
'#0d233a'
],
rangeSelector : { rangeSelector : {
selected : 1, selected : 1,
inputDateFormat: '%d/%m/%Y', inputDateFormat: '%d/%m/%Y',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment