excelize
excelize copied to clipboard
Can I make smoothing disable at line chart?
I want to do it. Why is it enable by default?
I had read documentation, and know nothing like function or argument. If there is a way, please let me know.
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.
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.