Setting the vertical label roration value does not make the labels rotate in place, but instead, it rotates the entire collection of the labels, at least in LineChart.
Here is my code(the relevant parts):
const chartConfig = {
backgroundGradientFrom: '#1E2923',
backgroundGradientTo: '#08130D',
color: (opacity = 1) => rgba(255, 255, 255, ${opacity}),
decimalPlaces: 3
}
In styles:
lineChart:{
margin: 5,
borderRadius: 10
}

Setting the vertical label roration value does not make the labels rotate in place, but instead, it rotates the entire collection of the labels, at least in LineChart.
Here is my code(the relevant parts):
const chartConfig = {
backgroundGradientFrom: '#1E2923',
backgroundGradientTo: '#08130D',
color: (opacity = 1) =>
rgba(255, 255, 255, ${opacity}),decimalPlaces: 3
}
In styles:
lineChart:{
margin: 5,
borderRadius: 10
}