we are plotting a qml realtime chart. we are using append function to add new data points into chart. So the whenever append function is called and new data point is added, there is a spike in cpu usage.
Reason for the spike and how it can be reduced.