rrag / react-stockcharts

Highly customizable stock charts with ReactJS and d3
http://rrag.github.io/react-stockcharts
MIT License
3.84k stars 956 forks source link

How to show equal interval of ticks with equal spacing in between ticks in x-axis? #820

Open khalilitarle opened 1 year ago

khalilitarle commented 1 year ago

Hi everyone,

I'm trying to show equal interval of ticks with equal spacing in between ticks in x-axis in chart component. Can I please get some help?

I have tried to modify the tickFormat and the ticks parameters inside the XAxis component but nothing worked. Thanks. Edit: Tried the following :