Tick count

<Plot marginTop={30}>
    <AxisY tickCount={20} />
    <AxisX tickCount={2} />
    <Line data={aapl} x="Date" y="Close" />
</Plot>
Improve this page
Last update at: 2025/11/24