-
-
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
Can I make smoothing disable at line chart? #1290
Comments
I had read documentation, and know nothing like function or argument. |
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 Smooth: &attrValBool{Val: boolPtr(false)}, I'll consider adding this support later. |
Thanks to quick reply. |
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. |
- 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
- 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
- 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
- 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
I want to do it.
Why is it enable by default?
The text was updated successfully, but these errors were encountered: