wuxudong / react-native-charts-wrapper

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

valueformatter is not taking \n character. #921

Open christopher-18 opened 1 year ago

christopher-18 commented 1 year ago

I need to customise my labels on x axis such that date is shown at top and time is shown at the bottom of the date. i set valueFormatter as valueFormater = 'dd \n EEEEE' It is working as expected in iOS but in android it not going to next line. Any solution for this?

Also animation is not working on either of the platform in release build.

anuradhaprom commented 1 year ago

same here

anniewey commented 5 months ago

looks like not supported in Android as mentioned here in #256

@wuxudong is it supported in latest version already? the thread is years ago