pie chart issue with 0 as a data point #462
Unanswered
bderosier19
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.
-
When I try to create a pie chart with some data, {200, 100} for example, the plot is generated and everything looks fine. When I try to pass a 0 value in the data, so something like {200, 0}, I get an empty plot instead of a solid circle representing 100%. I'm following pie_3.cpp to create this chart. Is there an additional line/lines I need to add for this to work?
Beta Was this translation helpful? Give feedback.
All reactions