Archived
1
0

Add cooling to delay

This commit is contained in:
James Stuckey Weber
2016-02-06 08:47:57 -05:00
parent f9b7276cb6
commit fbb018dcb2
2 changed files with 70 additions and 36 deletions

View File

@@ -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();