mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-01-28 23:06:16 +00:00
new graph
This commit is contained in:
parent
81b5cddd28
commit
41cb0a4e8b
@ -369,7 +369,7 @@ var self = this;
|
|||||||
// second trend line
|
// second trend line
|
||||||
trendLine = new AmCharts.TrendLine();
|
trendLine = new AmCharts.TrendLine();
|
||||||
trendLine.initialDate = temporal.low; // 12 is hour - to start trend line in the middle of the day
|
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.initialValue = 16;
|
||||||
trendLine.finalValue = 10;
|
trendLine.finalValue = 10;
|
||||||
trendLine.lineColor = "#CC0000";
|
trendLine.lineColor = "#CC0000";
|
||||||
|
Loading…
Reference in New Issue
Block a user