Correct config for overlapping arcs in doughnut chart #11183
Unanswered
CodeWithOz
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I am able to reproduce the arcs of the second image using chartjs, by adjusting the following properties. options = { I am also interested to find out if anyone can reproduce the first image |
Beta Was this translation helpful? Give feedback.
2 replies
-
Or you can just use this : datasets: [
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What config can be used to achieve this overlapping effect (see pic below) where the black arc overlaps the next arc? The light green arc can be ignored, just assume the area of the light green arc is actually part of the gray arc.
The closest I've come is shown in the next pic below, and you can see that the arcs do not overlap. In fact when I try using an offset to make them overlap, the gray arc covers the black instead of the other way around.
So I'd like to know what config can achieve the desired overlap, thank you!
Beta Was this translation helpful? Give feedback.
All reactions