chartjs - stacked bar chart with gruous

0
0

I can’t figure out how to draw a graph like this:

Stacked Bar Chart with Groups | Chart.js (chartjs.org)

Could you please give me an example on how to group dataset1 + dataset2 and have dataset3 on a different stack

Thank you in advice,

Jonatha

Attachment
  • You must to post comments
0
0

Hi Jonatha,

Sorry for the delayed answer.

In order for you to use the “Stacking” and “Grouping” functionalities, you’ll have to use the most recent version of ChartJS3’s extension.

You can find it here: iceteagroup/wisej-extensions: Extensions to Wisej. See https://wisej.com. (github.com)

The current NuGet package doesn’t include these functionalities, but we’re going to roll out the changes in the next release.

You can build it yourself and just replace the .DLL reference with the newer NuGet package later!

I have attached a small sample to help you get you started.
P.S – In order to use the sample, please build the ChartJS3 extension from source and then replace the .DLL reference.

HTH,
Alaa

 

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.