indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.82k stars 656 forks source link

Scrollable Dot and Scrollable view #504

Open amineba1 opened 3 years ago

amineba1 commented 3 years ago

Hello i made a line chart which can be scrollable if there is big data <ScrollView horizontal={true}> and width={Dimensions.get('window').width*4 } , but i want to add a scroller dot , but when I implement the scroll dot it dosen't work and the scroller won't work also it show me error Animated.event now requires a second argument for options

jcmnavia commented 1 year ago

See #563 for the Animated.event error