You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Is it possible to register a chart.js plugin when using the 'v2' branch? How can it be done?
I am trying to add some labels to a doughnut chart (directly on the chart, like here) and using the afterDraw method of a plugin would seem the best option (like ). I tried to implement a componentDidUpdate method inspired by that code but it draws the labels first, then it clears them when the doughnut chart is actually drawn.