http://jsfiddle.net/mvpicazo/arqrdrrL/9/
Please refer to the link above.
I’m using a stackedBar100 type graph using CanvasJS. The graph has a maximum y-axis of 100. The total value of data points I’m giving it is 99.99999983465607 (basically 100). However the graph does not get drawn all the way to the end. Even if you set the maximum y-axis to 99.99999983465607 it doesn’t draw all the way to the end.
I believe it’s because some of the data points I’m giving it is fairly small. For example 0.008763227513227513 and 1.6534391534391533E-4. Is there any way I can get the graph to draw to the end?
NOTE: I’m using Thymeleaf to dynamically generate the javascript on the page.