diff --git a/app/js/mdot.js b/app/js/mdot.js index 44ddde1..b292512 100644 --- a/app/js/mdot.js +++ b/app/js/mdot.js @@ -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