You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: