-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Value displayed in the hover label is incorrect #1518
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
Thanks for report. This one is a little weird. Under For devs, http://codepen.io/etpinard/pen/RpqPvP is a little easier to digest. |
I just thought I'd add a comment to this as I was about to file a separate bug report, then realised that this may be the same issue. In short, my issue was that I was getting the wrong hover label, and the fix was to set Here's a code snippet that demonstrates what I thought at first was a "bug". I cannot get a tooltip for the
|
This seems to have been fixed some time ago, as of v1.30.0 - perhaps #1932. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am working with PlotlyJS to display scientific data.
Some numbers in my traces are displayed using scientific notation. For example
-9.57760792915282e-20
. Here is an example of such a plot: CodePen.Unfortunately, PlotlyJS seem to handle small number displaying weirdly:

As you can see the hover box is displaying
-95.77608
in stead of-9.57760792915282e-20
.Thanks
The text was updated successfully, but these errors were encountered: