#Prevent LineChart having decimals
4 messages · Page 1 of 1 (latest)
That should be possible, you can research recharts documentation for that, I do not remember the exact way
Thanks, apparently it's <YAxis tickCount={10} />. Do you know how I can add this in mantine?