new graph

This commit is contained in:
Martin Donnelly 2016-08-15 12:17:49 +01:00
parent e32d4dcd54
commit 3721138bad

View File

@ -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