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