-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
How to hide percent in pie chart that are 0% #1499
Labels
enhancement
New feature or request
Comments
Thanks for your issue. I'll add this support recently. |
I have added support to set custom number format for chart data labels and axis. Please upgrade to the master branch code, now you can specify custom number format in PlotArea: excelize.ChartPlotArea{
NumFmt: excelize.ChartNumFmt{CustomNumFmt: "0.00%;0;;"},
} This feature will be released in the next version. |
fudali113
pushed a commit
to fudali113/excelize
that referenced
this issue
Apr 17, 2023
…labels and axis
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
…labels and axis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i want generate a pie chart about task statistic,whtn "任务1“ percent is 100%, others percent is 0%, how to hide
The text was updated successfully, but these errors were encountered: