TimeSeriesChart JSON
[
{
"type": "ia.chart.timeseries",
"version": 0,
"props": {
"series": [
{
"name": "series_0",
"data": [
{
"time": 1560469431423,
"Temperature": 52,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469432423,
"Temperature": 18,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469433423,
"Temperature": 26,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469434423,
"Temperature": 63,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469435423,
"Temperature": 65,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469436423,
"Temperature": 12,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469437423,
"Temperature": 61,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469438423,
"Temperature": 60,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469439423,
"Temperature": 58,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
},
{
"time": 1560469440423,
"Temperature": 1,
"DevHigh": 60,
"SetPoint": 45,
"DevLow": 30
}
]
}
],
"plots": [
{
"trends": [
{
"visible": true,
"type": "area",
"series": "series_0",
"interpolation": "curveLinear",
"breakLine": true,
"stack": true,
"radius": 2,
"axis": "",
"columns": [
{
"key": "DevHigh",
"color": "#09899C",
"styles": {
"normal": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"highlighted": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"selected": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"muted": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
}
}
}
],
"baselines": []
},
{
"visible": true,
"type": "area",
"series": "series_0",
"interpolation": "curveLinear",
"breakLine": true,
"stack": true,
"radius": 2,
"axis": "",
"columns": [
{
"key": "DevLow",
"color": "#111111",
"styles": {
"normal": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"highlighted": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"selected": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"muted": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
}
}
}
],
"baselines": []
},
{
"visible": true,
"type": "line",
"series": "series_0",
"interpolation": "curveCatmullRom",
"breakLine": true,
"stack": true,
"radius": 2,
"axis": "",
"columns": [
{
"key": "Temperature",
"color": "#FAE924",
"styles": {
"normal": {
"stroke": {
"color": "",
"width": 2,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"highlighted": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"selected": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
},
"muted": {
"stroke": {
"color": "",
"width": null,
"dashArray": null,
"opacity": null
},
"fill": {
"color": "",
"opacity": null
}
}
}
}
],
"baselines": []
}
],
"axes": [],
"markers": []
}
],
"timeAxis": {
"visible": false,
"grid": {
"visible": true
}
}
},
"meta": {
"name": "TimeSeriesChart"
},
"position": {
"x": 34,
"y": 22,
"height": 413,
"width": 608
},
"custom": {}
}
]
Here I’ve got three trends: DevHigh, DevLow and Temperature. The DevHigh and DevLow are set to Area and DevLow’s colour needs to match your theme or the chart’s background color. Order of the trends is important.