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.
When extrapolateMissingValues is set to false, interpolateMissingValues is set to true and curved is set to true, if the last item in the data list is defined but all other values are undefined the app crashes with the following error
Steps to reproduce
You can reproduce the issue by using the following LineChart component
Changing one of the values from undefined to a number resolves the issue.
Description
When
extrapolateMissingValues
is set to false,interpolateMissingValues
is set to true andcurved
is set to true, if the last item in the data list is defined but all other values are undefined the app crashes with the following errorSteps to reproduce
You can reproduce the issue by using the following LineChart component Changing one of the values from undefined to a number resolves the issue.
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.43
React Native version
0.74.3
Platforms
iOS
Workflow
None