Chart.js icon indicating copy to clipboard operation
Chart.js copied to clipboard

Disabling _onPushEvent

Open firebird631 opened this issue 1 year ago • 1 comments

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

firebird631 avatar Sep 05 '24 08:09 firebird631

There is no _onPushEvent in the chart.js codebase, maby you posted your issue in the wrong library repo. Otherwise please clarify it more

LeeLenaleee avatar Oct 15 '24 18:10 LeeLenaleee