mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-01-26 20:36:17 +00:00
darkening the graph
This commit is contained in:
parent
2e5ffef5b6
commit
2e58944446
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user