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

Can I make smoothing disable at line chart? #1290

Closed
tetsuyanh opened this issue Jul 27, 2022 · 4 comments
Closed

Can I make smoothing disable at line chart? #1290

tetsuyanh opened this issue Jul 27, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@tetsuyanh
Copy link

I want to do it.
Why is it enable by default?

@tetsuyanh
Copy link
Author

I had read documentation, and know nothing like function or argument.
If there is a way, please let me know.

@xuri
Copy link
Member

xuri commented Jul 27, 2022

Thanks for your issue. This library doesn't support specifying if using the smoothed line of the chart currently. We need to add a smooth field like this for the line chart in the internal drawChartSeries function:

Smooth: &attrValBool{Val: boolPtr(false)},

I'll consider adding this support later.

@xuri xuri added the enhancement New feature or request label Jul 27, 2022
@tetsuyanh
Copy link
Author

Thanks to quick reply.

@xuri xuri closed this as completed in cb8bca0 Aug 23, 2022
@xuri
Copy link
Member

xuri commented Aug 23, 2022

I have add a new smooth field in chart format parameter, support specify if smooth line chart. Please upgrade to the master branch code, and this feature will be released in the next version.

rodoard pushed a commit to sheetrocks/excelize that referenced this issue Aug 26, 2022
- Add new smooth field in chart format parameter, support specify if smooth line chart
- Fix decimal number format round issue with build-in number format
xuri added a commit to carbin-gun/excelize that referenced this issue Oct 9, 2022
- Add new smooth field in chart format parameter, support specify if smooth line chart
- Fix decimal number format round issue with build-in number format
xuri added a commit to JDavidVR/excelize that referenced this issue Jul 11, 2023
- Add new smooth field in chart format parameter, support specify if smooth line chart
- Fix decimal number format round issue with build-in number format
jenbonzhang pushed a commit to jenbonzhang/excelize that referenced this issue Oct 22, 2023
- Add new smooth field in chart format parameter, support specify if smooth line chart
- Fix decimal number format round issue with build-in number format
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