Time sclae: If I set a min 2 years ago, how do I prevent gap if data doesn't go that far ? #11832
Unanswered
mrleblanc101
asked this question in
Q&A
Replies: 1 comment
-
I tried |
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
-
Context:
I have some graphs, the API return more than 2 years of data (up to May 23rd).
I want to limit the displayed data to be 2 years worth, so I set
scale.x.min
to 2 years from today.This works fine: data before July 7th (today as of writting) won't be shown.
The problem:
I have some other graph where data start (for exemple) in December 2023 (way after the
scale.x.min
).I don't want my graph to have empty space before the first data.
How do I remove this ?
I've tried many options, but can't seem to find the correct one.
Beta Was this translation helpful? Give feedback.
All reactions