Pretty basic setup. Pan gesture isn't enabled ``` <Box height={350}> <LineGraph style={styles.chart} points={dataPoints} color={colors[accentColorTheme]} lineThickness={2} animated={true} /> </Box> ``` When `animated={true}`  When `animated={false}` 
Pretty basic setup. Pan gesture isn't enabled
When

animated={true}When

animated={false}