hellocharts-android
hellocharts-android copied to clipboard
Float value not displaying
SliceValue s = new SliceValue(10.01f);
pieCharValues.add(s);
but it shows 10? compile 'com.github.lecho:hellocharts-android:v1.5.8'
is there any solution?
Hello MuhammadArsalanChishti, has your problem been solved?