react-plotly.js
react-plotly.js copied to clipboard
How can I update data without rerender Plot with functional component?
I want to update data on Plot but do not want to rerender the whole plot. How can I do it please?
same issue here. no idea. almost crashes my browser on scatter-gl with 100 * 100 points. should not.
this guy handles it perfectly: https://codepen.io/rhamner/pen/JBOExK
they said react-plotly is faster for real time updates...
is it better when not using functional components?
i have the same problem. Can anyone help?