-
-
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
IE11: scattergl: problems with marker symbols #2802
Comments
cc @dy is this the expected behavior? I remember you saying we only support a subset of symbols in IE11? |
related #2750 |
Yes, custom symbols are likely broken now in scattergl. That requires a bit of time to fix, I will give a try. |
@dy Any update on this? For now we switched from |
#2683 appears to have fixed rendering, but I noticed a few console warning in #2863 (comment), that should get addressed before closing this issue for good. |
I can confirm, that this issue is solved 👍 |
@etpinard just figured out. That error is actually just a log in console, there is no way to turn it off. That piece of code feature-detects WebGL. I can hardcode browser detection instead, to mute the log for IE11 specifically. |
version 1.42.0 and later |
@someusersomeuser we close issues when they are fixed in |
We have problems with custom marker-symbols in a
scattergl
chart.Chrome and Firefox are OK.
This seems to be only a Problem in IE (11.0.9600.19002)
Live Example: https://jsbin.com/zokekob/edit?js,output
The text was updated successfully, but these errors were encountered: