mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-02-05 04:40:14 +00:00
darkening the graph
This commit is contained in:
parent
2e58944446
commit
ae3d45f75c
@ -398,7 +398,7 @@
|
|||||||
|
|
||||||
// GRAPH
|
// GRAPH
|
||||||
var graph = new AmCharts.AmGraph();
|
var graph = new AmCharts.AmGraph();
|
||||||
graph.dashLength = 3;
|
//graph.dashLength = 3;
|
||||||
graph.lineColor = 'rgba(46,255,0,1)';
|
graph.lineColor = 'rgba(46,255,0,1)';
|
||||||
graph.labelColor = 'rgba(46,255,0,1)';
|
graph.labelColor = 'rgba(46,255,0,1)';
|
||||||
graph.valueField = 'value';
|
graph.valueField = 'value';
|
||||||
|
Loading…
Reference in New Issue
Block a user