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