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](http://codepen.io/felixveysseyre/pen/wJEMGV). 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