Replies: 1 comment
-
You could achieve this with a lot of boilerplate by making multiple datasets for each type (normal, info, warn and fatal) then you make enable an x amount of datasets for each x value. And for the top bar that has to go up and down you can use a floating bar (bar defined as array with start and end point) that you contantly move. Or you will need to create a custom chart type that handles this for you or does it in another way to render what you want. But by default chart.js does not support or have the kind of chart you want |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to express the bar chart in the form of an equalizer.
But I can't find a way.
How can I implement an equalizer chart?
https://codepen.io/seogi1004/pen/ReJEyd
Beta Was this translation helpful? Give feedback.
All reactions