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
791 stars 152 forks source link

BarChart erros when empty array passed in for data #851

Closed aminosman closed 1 month ago

aminosman commented 2 months ago

Description

Code <BarChart data={[]}/>

Error

 ERROR  Invariant Violation: [1165,"RCTView",711,{"position":"absolute","height":"<<NaN>>","bottom":60,"paddingLeft":20,"width":40,"flexDirection":"row"}] is not usable as a native method argument

Steps to reproduce

<BarChart data={[]}/>

Snack or a link to a repository

No response

version of react-native-gifted-charts

1.4.41

React Native version

0.74.5

Platforms

iOS

Workflow

None

Abhinandan-Kushwaha commented 1 month ago

Hi @aminosman Thanks for reporting this issue. It has been fixed from versions 1.4.42 onwards. 🎉

Please use the latest version of the library.