yAxis start and yAxis end showing wrong values #988
Unanswered
binshadpix
asked this question in
Questions
Replies: 2 comments
-
Hello, @binshadpix. What y values, exactly, would you like to be labeled? If it's -25, 83.(3), 191.(6), and 300, then please see here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
yAxis start and yAxis end showing wrong values when provinding top start axis as a minus value and end axis as a positive value.
these are my values
listOf(-300.0, 0.0, -0.05, 24.64, 12.15)
rangeProvider = remember {
CartesianLayerRangeProvider.auto()
},
Vico version(s)
2.0.0-beta.3
UI framework(s)
Jetpack Compose
Beta Was this translation helpful? Give feedback.
All reactions