Closed
Description
We are adding 10+ scattergl charts to a page, but running into issues where we run out of webgl contexts. It appears that creating a new plot.ly chart uses it's own webgl context.
Is there a way to create a webgl context and use it for all the charts, or is there a another way to have many charts on the page without having this issue ?
Thanks