ciprianciurea / chartjs-plugin-doughnutlabel

Chart.js plugin for doughnut chart to display text in the center
https://ciprianciurea.github.io/chartjs-plugin-doughnutlabel/samples/index.html
MIT License
67 stars 23 forks source link

Recalculate and update label text #3

Closed buckelieg closed 6 years ago

buckelieg commented 6 years ago

Recalculate and update label text on hover particular doughnut section. The case is when I roll over particular sector I want some calculated value appear inside chart label. The default calculated value is the percentage that occupies hovered section against all others. The label is the dataset label of the selected section.

I am thinking of some callbacks to do this. Is it possible?

KevinJue commented 3 years ago

@buckelieg do you find a solution i can share with us ?