TanStack / react-charts

⚛️ Simple, immersive & interactive charts for React
https://react-charts.tanstack.com
MIT License
2.98k stars 243 forks source link

Chart x axis has empty space. #255

Closed artbelikov closed 2 years ago

artbelikov commented 3 years ago
Screen Shot 2021-10-21 at 13 13 06

Hi! I am struggling with this situation. As seen on image the chart window is wider than the line. I wish there was no empty space at the start and the end. I checked first and last points values and they are correct. Tried to tinker with options hardMax and hardMin - no luck. Any advice?

artbelikov commented 3 years ago
Screen Shot 2021-10-21 at 15 43 21

Here is an example of chart with different data but same effect.

artbelikov commented 3 years ago

Anyone?

konstantinkreft commented 2 years ago

Set the shouldNice option to false.

artbelikov commented 2 years ago

many thanks!