-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 not rendering markers (but hovering works) depending on users #4511
Comments
I was not able to replicate the issue. |
It's not easy since I cannot actually see the plot, but I think this should work? https://codepen.io/mboudet/pen/LYEqrdj Changing markers to lines makes it show up: (Since it is user-dependent (or hardware-dependend?), it might very well show up for you..) |
On firefox (no error in the console) : On chrome : (Nothing shows up, not even tooltips)
|
Hello, Just in case someone has the same issue, I managed to make the graph show up in firefox by setting
and by launching Chrome with --use-angle=gl (no further changes needed) This force the browser to use opengl instead of angle. |
Hi! I see the same issue on the Mac OS. I wonder if there would be an option to change graphics rendering method to avoid this issue? |
Hi! Just following up on this. It looks like the proposed fix from above #4511 (comment) doesn't address the rendering of the markers. I can provide a sample HTML page with scatter gl used that has incorrect rendering in DM. Is there a chance to re-open this ticket, please? Thanks! |
@LeonidKokhnovich are the markers missing in https://plotly.com/javascript/webgl-vs-svg/ ? Or can you provide a codepen that renders incorrectly for you? And what can you tell us about your hardware, OS, and browser? If we have a clear reproduction we can certainly reopen. |
I have a similar issue. My "scattergl" traces do not render but I can hover them when I have roughly more than 500 traces of this type (not sure if all settings here are relevant):
The chrome with Workaround: Fixed when I make sure 'lines+text' traces are the first traces in my plotData array. |
Hello,
(I am aware similar issues have already been reported (#3751 for instance), but my own issue does not seems linked to the number of points nor a browser version)
I am currently using a scattergl plot with markers on my website, and some users have reported an issue with the graph not actually showing up, despite the markers being hoverable (only on firefox, not chrome).
Using 'lines' instead of markers do work.
Same issue occurs on the example page for scatterGl:
I have tested with two computers with different OSes:
But the issue seems to be unrelated to the OS, as users with Debian9 or Windows 10 also reported the issue.
There are no warnings nor errors in the firefox console. In the chrome console, there is this error:
Though it might be an effect of the issue instead of the cause (it seems to pop up when resizing the graph)
Any idea of what could be the cause of this issue?
Since the issue persisted through a format and OS-reinstall, it might be an hardware issue.
The text was updated successfully, but these errors were encountered: