angular2-chartjs
angular2-chartjs copied to clipboard
Updating options causes the chart to re-animate
I am updating the chart's options dynamically (switching between linear and logarithmic scale), but the chart then gets reinitialized and animates again. If only the options are updated and not the data, the chart should be updated with chart.update() instead.
Need this functionality to implement in angular 2 /8.