I have tried many options, but not able to create a column or bar chart with stacked representation. I guess I don't know how should the data be presented. I tried the following:
[
[
"Monday",
2,
10
],
]
[
[
"Monday",
[2],
[10]
],
]
[
[
"Monday",
[
2,
10
]
],
]