Need BigDecimal in BarEntry y-axis
Author: ganeshcse12Created May 28, 2018Updated Apr 13, 2026
Hi,
My y-axis value is "45490124.80" when i am convert from bigdecimal to float the decimal value is missing. So is it possible to give big decimal or how to display this value with decimal in my bar chart. In iOS have double so it is working fine
BarEntry (0,new BigDecimal(45490124.80).floatValue())
Source: PhilJay/MPAndroidChart