-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
scatter3d: suppressing connecting lines causes WebGL warning #704
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
Labels
bug
something broken
Comments
Thanks for report. I can confirm this issue on Chrome 51 and Ubuntu 16.04. The plot still renders fine to my eyes. @scottwittenburg can you confirm? |
That is correct. The plot renders fine, and the only issue is the console warnings. |
cc @dfcreative |
Oh actually, I was able to replicate the same warning message with: Plotly.newPlot(gd, [{
type: 'scatter3d',
mode: 'text',
x: [1,2,3],
y: [2,1,2],
z: [2,1,3]
}]) I'm thinking this has to do with setting |
This was referenced Oct 22, 2018
Fixed in #3171 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using plotly.js version 1.12.0. In my browser console, I do:
and everything is fine. If I don't want the lines between the points, I do:
and then, while I no longer see the lines between the points, I get many of this warning:
I'm using Ubuntu 14.04 and the above warnings only seem to appear in Chrome (for me, Version 51.0.2704.106 (64-bit)). When in Firefox, I do not see the warnings.
Thank you!
The text was updated successfully, but these errors were encountered: