Chartjs-How to make horizontal bar chart scrollable for y axis with dynamic data in chart.js

0👍

As far as I know, the chart is not scrollable out of the box.

But maybe you have already had a look but there is a plugin, Chart.js Hierarchical Scale Plugin, which can add a new categorical scale which mimics a hierarchical tree. Hopefully can help: https://github.com/sgratzl/chartjs-plugin-hierarchical

Leave a comment