Skip to main content

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
  1. Aug 22, 2020, 6:21 AM

    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"

    ]

    }

0/9000