Here is an example data set.
{
"$": [
"ds",
192,
1709187686482
],
"$columns": [
{
"name": "Day",
"type": "Date",
"data": [
1706745600000,
1706832000000,
1706918400000,
1707004800000,
1707091200000,
1707177600000,
1707264000000,
1707350400000,
1707436800000,
1707523200000,
1707609600000
]
},
{
"name": "Quantity",
"type": "Integer",
"data": [
2,
12,
0,
0,
5,
4,
11,
7,
12,
0,
0
]
},
{
"name": "Ave Time",
"type": "Double",
"data": [
13.0,
39.333333,
null,
null,
41.6,
47.0,
42.90909,
48.714285,
33.25,
null,
null
]
}
]
}
Here is how the chart looks:
It is configured not to stack, yet the bars are stacked:
Thanks,
Max