rusackas commented on issue #24016: URL: https://github.com/apache/superset/issues/24016#issuecomment-1544286913
There's a thread on [Superset Slack](http://bit.ly/join-superset-slack) about this here: https://apache-superset.slack.com/archives/C015WAZL0KH/p1682058583475049 TL;DR here is that the browser (at least Chrome) allows no more than 6 web GL contexts (and one might need to configure it to allow > 4). Maybe @kgabryje knows this, but I'm wondering if components on hidden tabs are de-rendered. If so, you _should_ be able to have 4 DeckGL charts per tab, and as many tabs as you want. If that's NOT the case, we should probably find a way to do so, perhaps as part of the `DASHBOARD_VIRTUALIZATION` feature flag. Other solutions to this to allow unlimited WebGL contexts on a page involve some complex re-architecture, or some really gross hackery. We might need to impose a limitation/warning about this so dashboard authors can't get themselves int this situation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
