[Chartjs]-Chart isn't updating with Response data (Chart.js 3.2.1, ng2-charts 3.0.0-beta.9)

1👍

https://github.com/valor-software/ng2-charts/issues/1313

Instead of chart.update() temporarily use chart.render().

EDIT: in ng2-charts@3.0.0-rc.2 this issue is solved. You can use update() or even NO update() method at all.

Leave a comment