2👍
✅
update dataset
newChart.data.datasets[0].data=data//your data coming from service
then
newChart.update();
Source:stackexchange.com