When I'm trying to make a line chart with float value, I set the y axis to not start with zero and range to be auto. It turns out that the final chart will have extra digits I don't want. My guess is when calculating the range, it converts the value to JS float, which "lost the precision" and made it not accurate.

The source data are String with 2 digits. Is there anyway to restrict the y-axis digits?