Just a heads up, the query selecting the data changed so you will see a difference in the value of the output. Didn't affect the issue that already exists.
Chart Config
[
{
"type": "ia.chart.timeseries",
"version": 0,
"props": {
"series": [
{
"name": "Cleaning Time"
}
],
"plots": [
{
"relativeWeight": 1,
"trends": [
{
"axis": "",
"baselines": [],
"breakLine": true,
"columns": [
{
"color": "#FF4A4A",
"key": "S",
"styles": {
"highlighted": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"muted": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"normal": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"selected": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
}
}
},
{
"color": "#9dd55a",
"key": "I",
"styles": {
"highlighted": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"muted": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"normal": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"selected": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
}
}
},
{
"color": "#E3FF38",
"key": "C",
"styles": {
"highlighted": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"muted": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"normal": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
},
"selected": {
"fill": {
"color": "",
"opacity": null
},
"stroke": {
"color": "",
"dashArray": null,
"opacity": null,
"width": null
}
}
}
}
],
"interpolation": "curveLinear",
"radius": 2,
"series": "Cleaning Time",
"stack": true,
"type": "bar",
"visible": true
}
],
"axes": [],
"markers": []
}
],
"title": {
"text": "Time Spent"
},
"timeAxis": {
"tickCount": 2,
"tick": {
"label": {
"angled": true,
"format": "M-D",
"font": {
"size": 12
}
}
}
},
"timeRange": {
"dateFormat": "MMMM Do YYYY",
"timeFormat": "None"
},
"xTrace": {
"infoBox": {
"showTime": false,
"dateFormat": "M-D",
"timeFormat": "None"
}
},
"defaultStyles": {
"colorScheme": "RdYlGn"
}
},
"meta": {
"name": "TimeSeriesChart"
},
"position": {
"x": 0.0178,
"y": 0.0172,
"height": 0.4323,
"width": 0.9461
},
"custom": {},
"propConfig": {
"props.series[0].data": {
"binding": {
"type": "query",
"config": {
"returnFormat": "json",
"queryPath": "Chart Puller",
"parameters": {
"Shift": "0",
"Press": "26"
}
}
}
}
}
}
]