You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
I haven't tested this on a phone. But I think it's an issue with react native web (Since rotation seems to work in all of the other android or ios issues opened here).
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
}
The text was updated successfully, but these errors were encountered: