Is there a limit for how many ticks we can have in the x-axis? #2404
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
There is a prop on AxisProps |
Beta Was this translation helpful? Give feedback.
-
|
The "condense in the center" effect in the screenshots is possibly related to #929. In particular, this comment summarizes why the effect happens and gives an adjustment to chart props (through Setting |
Beta Was this translation helpful? Give feedback.
-
|
@tkonopka Thank you for bringing that up 👍🏼 |
Beta Was this translation helpful? Give feedback.



The "condense in the center" effect in the screenshots is possibly related to #929. In particular, this comment summarizes why the effect happens and gives an adjustment to chart props (through
indexScaleandround).Setting
tickValuesalso affects space around ticks, although it is more often used with continuous axes.