emn178 / chartjs-plugin-labels

Plugin for Chart.js to display percentage, value or label in Pie or Doughnut.
MIT License
614 stars 219 forks source link

added support for HorizontalBar #147

Open esterp opened 1 year ago

esterp commented 1 year ago

The plugin was lacking support for HorizontalBar the only changes needed were around the placement of the labels on the bars. Specifically the afterDatasetsDraw function.

esterp commented 1 year ago

Tested lightly, seems to work fine, but "padding = -6" might need to be modified as a percentage in order for it to work consistently with different amounts of bars.