Hi everyone,
I’m trying to set up a dynamic Chart.js Stacked Bar Chart to summarize responses for a grid question. My objective is to make the chart dynamic for both X-values and Y-values, but I need to support more than 6 series. Unfortunately, Chart.js seems to have a limitation of supporting only 6 series.
Here are the challenges I’m facing:
- I want to use the “Add/Update a Data Series” action (for Bar/Line/Area charts), but I cannot select the element.
- The chart must dynamically adjust X and Y values as data changes, and it should handle more than 6 series.
I’m also open to exploring other charting libraries or tools if they can meet these requirements more effectively.
If anyone has encountered a similar issue or knows how to handle this, I’d greatly appreciate your advice, tips, or examples.
Thanks in advance for your help!