indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.88k stars 662 forks source link

Arabic letter sepreated issue #264

Open IsmaelMiber opened 4 years ago

IsmaelMiber commented 4 years ago

image

I use chart-kit in my project and when I write arabic labels the letters become sepreated and not appear correctly.

any help in it ?

kashmiry commented 4 years ago

Seems to be an issue related to react-native-svg and how it renders text, see here. It only happens to me on Android, on iOS it works fine. Did you find a solution or workaround?