DavideViolante / chartjs-plugin-labels

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

Allow for unlabeled charts along side labeled charts #13

Closed yousef337 closed 1 year ago

yousef337 commented 1 year ago

Allow for unlabeled charts along side labeled charts by assuming that if the label tag is not available on the options for the graph, the labels will not be present, in contrary to the current one, which always attach labels.

References Issue: #12