Can we have developer defined X and Y tick intervals in XYCharts ? #1200
Answered
by
williaster
VigneshTrantor
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
williaster
May 6, 2021
Replies: 1 comment 1 reply
-
Hey @VigneshTrantor 👋 , as documented in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VigneshTrantor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @VigneshTrantor 👋 , as documented in the
@visx/axis
docs you can usetickValues
if you need more control over ticks thannumTicks
provides. The tradeoff is that you have to do all of the work for computing them.