X-Axis scale larger than the data points #459
-
Beta Was this translation helpful? Give feedback.
Answered by
patrickmichalik
Nov 19, 2023
Replies: 2 comments 1 reply
-
Hello! You can do this via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alpriest
-
Thanks, completely missed that in the documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! You can do this via
AxisValuesOverrider
. Please see the last paragraph of the introduction here. If, for example, you’d like the x-axis range to be 0 to 23, you can useAxisValuesOverrider.fixed(minX = 0f, maxX = 23f)
.