react-native-touchable-graph icon indicating copy to clipboard operation
react-native-touchable-graph copied to clipboard

victory bar animation no working ?

Open jcgb15 opened this issue 6 years ago • 0 comments

I added <VictoryBar style={{ data: { fill: colors.noAction , datum : colors.noAction, strokeWidth: 0 } }} alignment="middle" data={this.state.values} barRatio={0.8} animate={{ duration: 2000, onLoad: { duration: 2000 } }} /> but it seems to be ignoring the animation, when I remove the TouchableGraph wrapper, animations works fine

jcgb15 avatar Nov 04 '19 05:11 jcgb15