-
-
Notifications
You must be signed in to change notification settings - Fork 682
Open
Description
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
}
ps-patryk
Metadata
Metadata
Assignees
Labels
No labels
