emn178 / chartjs-plugin-labels

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

Plugins's Label is not working HorizontalBar in Angular 8 #136

Open PallaviDongare opened 3 years ago

PallaviDongare commented 3 years ago

Plugin Labels which works perfectly fine with Bar (Vertical) with ng2-chartjs, doesn't work with Horizontal Bar. Below is the code snap used which I referred from the code in this issue section.

plugins: { labels: { render: 'value', fontColor: '#000000', fontSize: 15, fontStyle: 'bold', textMargin: 3, position: 'default' }