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
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
Please login first to submit.