You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a line chart with a custom pointer, the pointer strip is broken when the extrapolated value is lower than the given yAxisOffset. Even when extrapolateMissingValues is set to false.
Example where the extrapolated data would be lower than the yAxisOffset: (broken strip)
Example where the extrapolated data is higher than the yAxisOffset: (correct strip)
Steps to reproduce
Create a line chart with custom pointer.
Make sure the extrapolated data is below the yAxisOffset.
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.47
React Native version
0.74.3
Platforms
Android, iOS
Workflow
React Native
The text was updated successfully, but these errors were encountered:
Description
When creating a line chart with a custom pointer, the pointer strip is broken when the extrapolated value is lower than the given yAxisOffset. Even when extrapolateMissingValues is set to false.
Example where the extrapolated data would be lower than the yAxisOffset: (broken strip)
Example where the extrapolated data is higher than the yAxisOffset: (correct strip)
Steps to reproduce
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.47
React Native version
0.74.3
Platforms
Android, iOS
Workflow
React Native
The text was updated successfully, but these errors were encountered: