darkening the graph

This commit is contained in:
Martin Donnelly 2016-08-16 10:48:22 +01:00
parent 2e58944446
commit ae3d45f75c

View File

@ -398,7 +398,7 @@
// GRAPH
var graph = new AmCharts.AmGraph();
graph.dashLength = 3;
//graph.dashLength = 3;
graph.lineColor = 'rgba(46,255,0,1)';
graph.labelColor = 'rgba(46,255,0,1)';
graph.valueField = 'value';