如何为react-native-chart-kit StackedBarChart添加水平滚动?

she*_* me 9 react-native react-native-chart-kit

我期待使用react-native-chart-kit 创建可水平滚动的StackedBarChart。是否可以用这个包创建这样的图表以及如何创建?

小智 3

<ScrollView horizontal={true}> <BarChart style={graphStyle} chartConfig={chartConfig} verticalLabelRotation={30} /> `enter code here` </ScrollView>
Run Code Online (Sandbox Code Playgroud)