-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: do not render 0 values #16
Comments
Why don't you just remove the 0 slice from the specification? |
Filtering out zero values can be seen as a special case of a more general filter, like the |
Sometimes you have many graphs with the same classes, but data has some zeros. |
Would it still be considered a rendering problem if labels overlaps with non-zero values? |
It's something neither tikz (excluding graphdrawing lib) nor pgf-pie provides auto solutions. |
Hi,
pgf-pie tries to render 0 values, and this creates graphical glitches and text written on top of other labels. It would be good to have an option to disable these values and remove them from the legend.
The text was updated successfully, but these errors were encountered: