Hi! I was trying to add an arrow pointer to my doughnut chart but I couldn’t. Is there a way to do this?
This is what I get it for now:
Thanks!
Hi! I was trying to add an arrow pointer to my doughnut chart but I couldn’t. Is there a way to do this?
This is what I get it for now:
Thanks!
Hi @Gerog13,
chartjs-plugin-annotations does not support charts without exactly 2 axes. This means that it can’t draw arrow pointers on the doughnut chart.
You can do this via custom plugin by drawing on the canvas directly, but I will note that custom plugins require a Professional license.