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 am trying here to provide the user option to toggle streaming on the chart using the ChartJS streaming plugin and it's working great while showing the graph in a live state. The issue arises when I am trying to disable on button click action.
So let's say initially streaming is off. In this condition, I am able to see the whole data and there is tons of data in the chart
When I am toggling to streaming, the chart is running in a time frame.
When I am toggling back to disable streaming, I can see data in the last streaming window, sliding and stacking and sliding back. I cannot see the whole data again, which was initially showing when ChartJS was disabled.
so I think streaming configurations are still working when I am switching back to non-streaming mode.
The text was updated successfully, but these errors were encountered:
Dear All,
I am trying here to provide the user option to toggle streaming on the chart using the ChartJS streaming plugin and it's working great while showing the graph in a live state. The issue arises when I am trying to disable on button click action.
So let's say initially streaming is off. In this condition, I am able to see the whole data and there is tons of data in the chart
When I am toggling to streaming, the chart is running in a time frame.
When I am toggling back to disable streaming, I can see data in the last streaming window, sliding and stacking and sliding back. I cannot see the whole data again, which was initially showing when ChartJS was disabled.
so I think streaming configurations are still working when I am switching back to non-streaming mode.
The text was updated successfully, but these errors were encountered: