Annotating a doughnut chart #965
-
Hi there, I'm attempting to add an annotation on each segment of a doughnut chart similar to something below I have an approach which is somewhat working
This works to produce the above however I am getting a notice in my console I'm guessing that's because a Doughnut chart doesn't have a scale? Overall the approach is feeling a little clunky for how to position my label relying on the xValue and XAdjust etc, so just wondering if there are any better ways to tackle this. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@rowanwins that's correct. From documentation (readme and doc):
Doughnut and pie don't have scale and therefore is not working. Having a look to your picture, I think you could need the datalabels plugin. |
Beta Was this translation helpful? Give feedback.
@rowanwins that's correct.
From documentation (readme and doc):
Doughnut and pie don't have scale and therefore is not working.
Having a look to your picture, I think you could need the datalabels plugin.