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
Expected behavior: [What you expect to happen]
Chart correctly respects the chart limits Actual behavior: [What actually happens]
Chart overflows on the Y axis
Additional Information
The text was updated successfully, but these errors were encountered:
Describe Your Environment
What version of victory-native-xl are you using? (can be found by running
npm list --depth 0 victory-native
)└── [email protected]
What version of React and React Native are you using?
What version of Reanimated and React Native Skia are you using?
Are you using Expo or React Native CLI?
What platform are you on? (e.g., iOS, Android)
IOS
Describe the Problem
Same as the following discussion:
FormidableLabs/victory#2133
Depending the data source sometimes the chart overflows on natural curveType.
Here there is a data source that I was able to reproduce with
https://gist.github.com/joacohoyos/27c6ae155d955e9c47ca3fd7f2459964
Expected behavior: [What you expect to happen]
Chart correctly respects the chart limits
Actual behavior: [What actually happens]
Chart overflows on the Y axis
Additional Information
The text was updated successfully, but these errors were encountered: