Add cooling to delay
This commit is contained in:
@@ -90,6 +90,15 @@ $(function () {
|
||||
name: "Heat, down",
|
||||
data: data[1]
|
||||
};
|
||||
seriesOptions[2] = {
|
||||
name: "Cool, Cooling",
|
||||
data: data[2]
|
||||
};
|
||||
seriesOptions[3] = {
|
||||
name: "Cool, up",
|
||||
data: data[3]
|
||||
};
|
||||
|
||||
|
||||
createChart();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user