Search code examples
javascriptchartsangular-chartchart.js2

Move Chart.js horizontal bar chart labels to the right


How do you move the labels on horizontal Chart.js bar charts from the left to the right? Here are the current labels, on the left. The bar should still go from left to right, but the labels should all be to the far right of the chart, as if they were floating right.

enter image description here


Solution

  • I assume you are referring to this plugin for chart.js: https://github.com/tomsouthall/Chart.HorizontalBar.js

    Unfortunately, I don't think there's a functionality to render the text on the right hand side. You might need to write your own draw function