Skip to content
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

Closed
DarkMatterV opened this issue Mar 17, 2023 · 2 comments
Closed

How to hide percent in pie chart that are 0% #1499

DarkMatterV opened this issue Mar 17, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@DarkMatterV
Copy link

i want generate a pie chart about task statistic,whtn "任务1“ percent is 100%, others percent is 0%, how to hide

image

@xuri
Copy link
Member

xuri commented Mar 17, 2023

Thanks for your issue. I'll add this support recently.

@xuri xuri added the enhancement New feature or request label Mar 17, 2023
@xuri xuri closed this as completed in dea5572 Mar 18, 2023
@xuri
Copy link
Member

xuri commented Mar 18, 2023

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's NumFmt fields like this:

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
xuri added a commit to JDavidVR/excelize that referenced this issue Jul 11, 2023
jenbonzhang pushed a commit to jenbonzhang/excelize that referenced this issue Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants