Hi,
I am plotting 10 graphs on the same page. Each plot is created with Plotly.newplot then updated with plotly.react.
I found that each time I open my application in 3 tabs simultaneously, some plots dissapear and I get this error in my console:
Warning Too many active WebGL contexts. Oldest context will be lost
And I’m using chrome.
Any help ?