wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.43k stars 657 forks source link

valueFormatter largeValue not working correctly on Android for certain languages #935

Open ferrannp opened 1 year ago

ferrannp commented 1 year ago

If your phone is in English, it is ok:

image

If your phone for example is in Greek, then it is not correct:

image

Any advice for this? Thank you!

ferrannp commented 1 year ago

@wuxudong any ideas on how to fix it?

ferrannp commented 4 months ago

Well it looks like https://github.com/PhilJay/MPAndroidChart/blob/master/MPChartLib/src/main/java/com/github/mikephil/charting/formatter/LargeValueFormatter.java this formatter is broken. See: https://github.com/PhilJay/MPAndroidChart/issues/4237.

Got to write my own and patch-package this library to use it.