Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scattergl plot rendering issues in Firefox – Missing traces on updates #7264

Open
Puneet0112 opened this issue Nov 7, 2024 · 1 comment
Labels
bug something broken P3 backlog

Comments

@Puneet0112
Copy link

Puneet0112 commented Nov 7, 2024

When updating scattergl plots in Firefox, some traces do not render as expected. This issue does not appear in other browsers, such as Chrome or Edge, where the scattergl traces are rendered as expected. When using scattergl, certain traces may not be displayed properly, resulting in missing visualizations on the graph despite their presence in the data. This issue is particularly noticeable with scattergl plots utilizing WebGL rendering.

The problem is absent when using scatter traces, which rely on SVG rendering, suggesting a potential WebGL compatibility or rendering issue specific to Firefox. The observed behavior occurs consistently across different datasets and setups, suggesting a deeper compatibility problem between WebGL rendering in Firefox and the Plotly scattergl implementation. Furthermore, there are no error messages in the browser console during the issue.

Here is a really simple reproducing example:
https://codepen.io/Puneet-Sharma112/pen/NWQOyVv

I also see a related issue which was created long back but was closed as non-reproducible.

@gvwilson gvwilson added bug something broken P3 backlog labels Nov 11, 2024
@WeisSebastian
Copy link

We are also running into this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 backlog
Projects
None yet
Development

No branches or pull requests

3 participants