-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
scattergl lines don't link horizontal segments #2397
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
Comments
Yes, that would nice. Using a https://gist.github.com/ would be best. At the very least, could you describe what's broken about it? What do you see? Any console errors? etc? |
The data in the codepen is different from what you've got in your screenshot. You can use I'm assuming what you mean by "broken" is that there are gaps in the line - which implies that some of the data was interpreted as non-numeric. Does the same thing happen if you switch to regular |
@alexcjohnson yes, I mean there are gaps in the line. And it works as regular scatter, only has problem with scattergl. I made a work around to fix it.
|
@etpinard I uploaded a project in [email protected]:wangyueming/plotly_bug_repeat.git. |
I got it repeated in codepen. |
Thanks very much @wangyueming This is a side-effect from the scattergl regl push. Versions previous to See https://codepen.io/etpinard/pen/oEaaVq?editors=1010 for a comparison. cc @dfcreative (this is still a problem on |
Fixed in #2564 |
Version: Both 1.33.1 and 1.34.0.
I am sorry I can not reproduce it in codepen. I can reproduce it in Electron of version 1.7.x. Need I prepare an Electron sample?
About the code, you can refer to https://codepen.io/yueming0799/pen/mXLwYx?editors=1010, yet it works fine in codepen.
If the mode is lines, the line is broken.
The text was updated successfully, but these errors were encountered: