darkening the graph

This commit is contained in:
Martin Donnelly 2016-08-16 10:47:24 +01:00
parent 2e5ffef5b6
commit 2e58944446

View File

@ -402,7 +402,7 @@
graph.lineColor = 'rgba(46,255,0,1)';
graph.labelColor = 'rgba(46,255,0,1)';
graph.valueField = 'value';
graph.dashLength = 3;
//graph.dashLength = 3;
/* Graph.bullet = 'round';*/
graph.balloonText = '[[category]]<br><b><span style=\'font-size:14px;\'>' + this.titles[this.mode] + ':[[value]]</span></b>';
self.chart.addGraph(graph);