How can I have multiple different labels for every point in a pie chart? #1995
Unanswered
PinkSerenity
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to make a chart similar to the following chart from the docs, but for every slice I'd also like a label on the outside that has the percentage.

I already know that I could simply layer two identical charts, but I'd prefer a solution that only keeps a single chart.
Do I maybe have to extend a class to implement that?
Beta Was this translation helpful? Give feedback.
All reactions