0
Yes they support floating bars (https://www.chartjs.org/docs/latest/samples/bar/floating.html) if you add the property indexAxis: 'y'
in the options object it will become a horizontal bar chart. to get the labels in the bars you will need to use the datalabels plugin: https://chartjs-plugin-datalabels.netlify.app/samples/charts/bar.html
- [Chartjs]-How to create rounded bars for Bar Chart.js v2?
- [Chartjs]-Having problems getting a line chart in Chartsjs to go *up* to 1, with bkg fill *under* the chart line
Source:stackexchange.com