Is it possible to manualy set the domain of charts? #32474
Unanswered
TimWillebrands
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is an interesting scenario. We don't provide support to customize the domain currently. |
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
-
My team and I have a use case where multiple charts are rendered in a list based on user input. We'd like these charts to share the same domain, regardless of the specific data each one contains. For example, if the user selects data from day 1 to day 10, every chart should display a range from day 1 to day 10, even if the data within some charts only spans from day 3 to 7.
We're wondering if there are any built-in ways to achieve this. Otherwise, were considering manually generating the tickvalues for each chart, but that approach feels somewhat scuffed. And would have us reimplement a lot of default behaviour of the ticks.
Beta Was this translation helpful? Give feedback.
All reactions