[Chartjs]-Chart load time and animation slow on mobile device

1👍

You are updating chart in 2nd level loop, remove it from there and update your chart after all data was set. And try using iterated for loop instead of forEach, it can increase performance too.

Leave a comment