Expose an AxisItemPlacer.Horizontal
implementation that allows manual filtering of values
#621
kevincianfarini
started this conversation in
Ideas
Replies: 1 comment 23 replies
-
Hello! Thanks for the suggestion. This would certainly be a useful addition—we’ll look into it. For the time being, to implement the behavior in question, you’ll have to create a custom |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a requirement in our graphing features to display X-axis labels for the times of the day. Specifically, I need to expose:
The interval spacing of these axis labels are not uniform, and therefore I can't use the default horizontal placer with a spacing of 1.
I'm thinking a dynamic API for this kind of thing would be very nice. Perhaps something like the following?
If there's an easier way to achieve this behavior without providing a fully custom implementation of
AxisItemPlacer.Horizontal
please let me know! I wasn't able to find a way to do so.Beta Was this translation helpful? Give feedback.
All reactions