-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null or undefined value on line chart #787
Comments
I'm stuck with this problem as well |
Can you share the data along with the code @eulermomberger @kingajohanna |
@Abhinandan-Kushwaha I updated my question. |
I get exactly the same kind of error when FYI, when I add a |
@kingajohanna @eulermomberger @fcamblor This has been fixed from versions Please use the latest version of the library. |
I'm trying to add value with null or undefined (I'm using ts), but I get an error (see below), and the lineDataItem's value's type is number, so how should this interpolation work? (https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/blob/master/docs/LineChart/LineChartProps.md#interpolation)
I'm using the latest version (1.4.29)
I want to show some extra x axis label, either with some values which are null or without any value, just the x axis label
the data:
my code:
the errors:
Also I'm using typescript, and in the types, the null or undefined is not allowed for the data object's value.
The text was updated successfully, but these errors were encountered: