8

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?

she hates me
  • 1,212
  • 5
  • 25
  • 44

1 Answers1

3
<ScrollView horizontal={true}> <BarChart style={graphStyle} chartConfig={chartConfig} verticalLabelRotation={30} /> `enter code here` </ScrollView>
Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Surendra
  • 51
  • 2