Chart.js
Chart.js copied to clipboard
Disabling _onPushEvent
Feature Proposal
I have many series per frame to update, and I don't want a _onPushEvent call at each intermediate push (one by series). It could be interesting to have a way to disable _onPushEvent and freely update the dataset array without it trigger anything internally. I finally have my last per frame message to know I have to call chart.update('none').
I am astonished that there is no actual solution and nobody complains about that.
Possible Implementation
No response
There is no _onPushEvent in the chart.js codebase, maby you posted your issue in the wrong library repo. Otherwise please clarify it more