Closed senluchen2015 closed 8 years ago
Here are some issues with this pull request in its current state.
options.chart.trendline
(or options.chart.trendline.animations
) is undefined, and I don't believe it's defined by default.options.chart.animations
is false
, and this is a change in functionality.
add options to disable trendline animation depending on the option: chart: { trendline: { animations: duration } } chart: { trendline: { animations: enable } }