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.
Hi, I used library version 1.4.9. RN version 0.72.4 and I still got this error "Error : UIView base class does not support pointerEvent value: box-none". It happened when I was using PieChart. When I was using LineChart, it was working normally
The pie code is:
<PieChart
onPress={() => {}}
donut
textColor="black"
radius={pieRadius}
textSize={20}
textBackgroundRadius={26}
data={pieData}
strokeWidth={4}
strokeColor={strokeColor}
/>
Hi, I used library version 1.4.9. RN version 0.72.4 and I still got this error "Error : UIView base class does not support pointerEvent value: box-none". It happened when I was using PieChart. When I was using LineChart, it was working normally
The pie code is: <PieChart onPress={() => {}} donut textColor="black" radius={pieRadius} textSize={20} textBackgroundRadius={26} data={pieData} strokeWidth={4} strokeColor={strokeColor} />