MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Update Utils.java

Open Sublimis opened this issue 3 years ago • 1 comments

Use double-s instead of float-s to minimize rounding errors that can lead to axis labels saying e.g. "9999.999" instead of "10000". There's really no excuse for using float-s here, and probably throughout much of the rest of the code, too. Maybe this remark could be taken into consideration to prevent similar problems in the future.

Sublimis avatar Nov 09 '20 14:11 Sublimis