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
But as soon as you add axisOptions or xAxis/yAxis to CartesianChart properties, this example starts to failing with Exception in HostFunction: Value is undefined, expected a number.
Prerequisites
Describe Your Environment
What version of victory-native-xl are you using?
41.12.2
What version of React and React Native are you using? react
18.2.0
, react-native0.73.9
What version of Reanimated and React Native Skia are you using? react-native-reanimated
3.12.1
, @shopify/react-native-skia1.5.10
Are you using Expo or React Native CLI? React Native CLI
What platform are you on? iOS
Describe the Problem
Let's use the example of BarGroup from here https://commerce.nearform.com/open-source/victory-native/docs/cartesian/bar/bar-group#example, but set
[]
instead ofDATA
. It works.But as soon as you add
axisOptions
orxAxis
/yAxis
toCartesianChart
properties, this example starts to failing withException in HostFunction: Value is undefined, expected a number
.Additional Information
The text was updated successfully, but these errors were encountered: