Abhinandan-Kushwaha / react-native-gifted-charts

The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Population Pyramid charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
https://www.npmjs.com/package/react-native-gifted-charts
MIT License
725 stars 149 forks source link

label not show on android #583

Open Jeijie opened 5 months ago

Jeijie commented 5 months ago

it works well on ios, but not showing label on android.

企业微信截图_e3cc272a-b5b4-4275-9d6f-89bc0b73f925

my code: <BarChart frontColor={'#A9CFFD'} barWidth={20} initialSpacing={10} spacing={24} barBorderTopLeftRadius={4} barBorderTopRightRadius={4} data={[{ value: 15, label: '1月' }, { value: 30, label: '2月', }, { value: 26, label: '3月', }, { value: 42, label: '4月', frontColor: '#298AFC' }, { value: 33, label: '5月', }, { value: 36, label: '6月', }]} />

environment: "react-native-gifted-charts": "^1.4.7", "react-native-svg": "^12.1.0", "react-native-linear-gradient": "^2.6.2", "react-native": "0.59.8",

sami-virtus commented 4 months ago

facing the same issue.