0
votes

I'm trying to create a grouped barchart graph but looks like there is no built in solution for it on chartjs, has anybody such experience before with grouping dataset by label, please check screenshot

chart trying to achieve

Idea is to have 4 different datasets with at least 4 data each and show in graph grouped.

Trying to achieve this with latest chartjs but I'm open to change it if there's easy way to do it with different library.

Thanks in advance

1
Did you ever find a solution to this using chartjs? Our organization is looking for the same solutionScott Clark
you can find it implemented here swissauditmonitor.ch/report-2020 in section 3, it wa long time ago so I don't recall exact customization I did to chartjs but js shouldn't be obfuscated so you can reverse engineer. @ScottClarkShpetim Shala

1 Answers

1
votes

Here is a link to the feature request you're looking for(I think).

Chartjs Feature Request for data grouping

Here is a link to Google Charts.

I did a little digging scrolling through their demos and it looks like they do what you're looking for.