I'm looking forward to create horizontally scrollable StackedBarChart with react-native-chart-kit. Is it possible to create such chart with this package and how?
Asked
Active
Viewed 4,665 times
8
-
1Did you try to wrap the chart inside a ScrollView with horizontal={true} as prop ? The charts are created with SVGs, you could also modify the root svg and ad panning to it with react native gesture handler for instance – Konstantin Paulus Oct 27 '19 at 11:35
-
@Kape I did but it leads to moving axis values/titles too. So I guess I need built-in feature for that. – she hates me Oct 27 '19 at 11:38
-
Did you get a success with this? – Zahid Rasheed May 27 '20 at 23:19