Hi, I would like to create a stacked bar using Chart element plugin. For different heights, exist different results. I would like my web to count the ammount of every result and then classify by heights showing a stacked bar.
In this example products=heights and color bars would be the :count of every kind of result. (Forget about 2 bars per product)
Is it possible with this or another plugin?
Thank you.
It is not an easy chart, a stacked and grouped bar chart. Maybe send a message to @Thimo, he created the ApexCharts.js-plugin and might be able to help you.
Chart.js is a JavaScript framework for charts.
You can embed it into your app directly (code it in yourself, if you can code), or your use a plugin to do that for you.
Chart Tools is built using Chart.js, so is the native Bubble chart plugin and others too. How much you can achieve with the framework inside Bubble varies from plugin to plugin.
Or you use a different framework via a different plugin - e.g. Apex