mykola-digtiar / chartjs-plugin-piechart-outlabels

Highly customizable Chart.js plugin that displays labels outside the pie/doughnut chart.
https://piechart-outlabels.netlify.com/sample/
MIT License
52 stars 39 forks source link

Label inside dataset #3

Open wizz- opened 6 years ago

wizz- commented 6 years ago

The plug-in text option has no option for the label within the dataset. It is possible to do this by script, but using labels inside the dataset is very common and could have an option of its own.

wizz- commented 6 years ago

I'm sorry. I can't do script for text:

outlabels: { text: function(){ return "test"; }, }

Because i get this error:

TypeError: text.replace is not a function text = text.replace(/%l/gi, label);