Is your feature request related to a problem? Please describe.
Yes, the problem is that it is currently not possible to preserve the last tick (either on a XAxis or a YAxis) and have equidistant ticks.
Describe the solution you'd like
A new equidistantPreserveEnd value for the interval prop.
Describe alternatives you've considered
In my case, preserveEnd looks better than preserveStart, and equidistantPreserveStart also looks better than preserveStart but I think I value having equidistant ticks over preserving the last tick, so I have to go with equidistantPreserveStart, but really, what I would like is equidistantPreserveEnd.
Additional context
Thank you very much!
Is your feature request related to a problem? Please describe.
Yes, the problem is that it is currently not possible to preserve the last tick (either on a
XAxisor aYAxis) and have equidistant ticks.Describe the solution you'd like
A new
equidistantPreserveEndvalue for theintervalprop.Describe alternatives you've considered
In my case,
preserveEndlooks better thanpreserveStart, andequidistantPreserveStartalso looks better thanpreserveStartbut I think I value having equidistant ticks over preserving the last tick, so I have to go withequidistantPreserveStart, but really, what I would like isequidistantPreserveEnd.Additional context
Thank you very much!