Hi All,
A basic one i assume for you guys here - trying to bind a stacked bar chart. I know how to bind two standard charts but can't seem to manage 2 stacked bar charts. What's the right way to go about this?
Cheers!
Kind Regards,
4 comments
I am afraid to ask you from me, not Peter...
Have you specified "split" under "columnMap" section in Query?
Like,
"columnMap": {
"trellis": [],
"plots": [
"somethingMeasure"
],
"dimensionAxis": [
"date_Quarter"
],
"split": [
"Pipeline"
]
}