-
-
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
Lines disappear when displaying small numbers and large numbers are off screen #403
Comments
Thanks for the bug report. You are correct. This bug was introduced in Reproductible codepen: http://codepen.io/etpinard/pen/QNadEQ |
Converting the |
I believe I have found a temporary workaround, mentioned in ginkgobioworks/plotly-plot#1: when using the javascript library and adding new traces, use The use case in ginkgobioworks/plotly-plot#1 was for a 3D scatter plot, but the behavior was similar: the data that was much larger was entirely off-screen, and the plot did not adjust. The difference seems to be that |
@myw Hmm. I think you discovered a separate issue. This issue here seems to be related to an overflow error somewhere. Would you mind filing a new issue that includes a reproducible example? |
@myw maybe ... But this bug is still present in this codepen http://codepen.io/etpinard/pen/QNadEQ in the latest release. |
@etpinard Sorry, I was unclear. I meant that, per your suggestion that I discovered a separate issue, I opened a JSFiddle to try to reproduce the behavior I was seeing. That behavior no longer seems to apply. As to the original issue, I didn't look into it, but yes, it does seem to still exist. |
@etpinard is this still being looked at? I'm getting this as well and its reasonably painful. |
Can see this clearly here: https://plot.ly/~KenCoder/11/percent-vs-date/
Move your mouse in the middle of the chart - the hover displays the data, but the line isn't visible. The cause seems to be a large value on 10/1/1924. Even though that value is off screen, it's messing up the rest of the points. Pressing auto-scale shows the large point (and the rest of the line) but reset axes reverts the error.
I believe this was introduced in the last few months, as these charts worked for us in a prior version of plotly.js
The text was updated successfully, but these errors were encountered: