Skip to content
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

Hovervalues can be shown incorrectly with a large range of values #1711

Closed
precsim opened this issue May 20, 2017 · 3 comments
Closed

Hovervalues can be shown incorrectly with a large range of values #1711

precsim opened this issue May 20, 2017 · 3 comments
Labels
bug something broken

Comments

@precsim
Copy link

precsim commented May 20, 2017

Sometimes with very small values the hoverdata shows incorrect value probably due to some truncation, rounding, or formating. Hovering over the right left point shows 10 instead of ~0

Plotly.newPlot('myDiv',[{x: [0, 1],y: [1e-8, 1],type: 'scatter'}]);

Note that it works fine with for example

Plotly.newPlot('myDiv',[{x: [0, 1],y: [1e-8, 2e-8],type: 'scatter'}]);

when the y values does not span a big range.

@etpinard etpinard added the bug something broken label May 23, 2017
@etpinard
Copy link
Contributor

etpinard commented Aug 7, 2017

@rreusser can you confirm that #1932 also resolved this issue?

@rreusser
Copy link
Contributor

rreusser commented Aug 7, 2017

Confirmed!

screen shot 2017-08-07 at 09 59 05

@rreusser rreusser closed this as completed Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

3 participants