new graph

This commit is contained in:
Martin Donnelly 2016-08-15 14:28:18 +01:00
parent 81b5cddd28
commit 41cb0a4e8b

View File

@ -369,7 +369,7 @@ var self = this;
// second trend line
trendLine = new AmCharts.TrendLine();
trendLine.initialDate = temporal.low; // 12 is hour - to start trend line in the middle of the day
trendLine.finalDate = new temporal.high;
trendLine.finalDate = temporal.high;
trendLine.initialValue = 16;
trendLine.finalValue = 10;
trendLine.lineColor = "#CC0000";