mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-01-26 20:26:17 +00:00
new graph
This commit is contained in:
parent
e32d4dcd54
commit
3721138bad
@ -345,7 +345,7 @@ var self = this;
|
||||
guide.lineAlpha = 0;
|
||||
valueAxis.addGuide(guide);
|
||||
|
||||
/*// TREND LINES
|
||||
// TREND LINES
|
||||
// first trend line
|
||||
var trendLine = new AmCharts.TrendLine();
|
||||
// note,when creating date objects 0 month is January, as months are zero based in JavaScript.
|
||||
@ -363,7 +363,7 @@ var self = this;
|
||||
trendLine.initialValue = 16;
|
||||
trendLine.finalValue = 10;
|
||||
trendLine.lineColor = "#CC0000";
|
||||
self.chart.addTrendLine(trendLine);*/
|
||||
self.chart.addTrendLine(trendLine);
|
||||
|
||||
// WRITE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user