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}` 