chartjs / chartjs-plugin-datalabels

Chart.js plugin to display labels on data elements
https://chartjs-plugin-datalabels.netlify.app
MIT License
874 stars 473 forks source link

Multiple labels on v1.0.0 does not work #333

Open Egogorka opened 2 years ago

Egogorka commented 2 years ago

As of now there is a multiple labels on wiki on 1.0.0 version, but I cannot recreate them

example of usage https://codesandbox.io/s/vue-chartjs-custom-labels-forked-wz52kw?file=/src/App.vue

I've followed the code on wiki, but there seems to be no multiple labels Maybe there must be none in this version? Or what have I done wrong?

I'm using 2.9.4 chart.js with 3.4.2 vue-chartjs

LeeLenaleee commented 2 years ago

Your sample has compilaton errors, please provide a working reproducable sample