We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With domain [32.7653846153847, 42.21986754966882], recharts is picking tick values of
[32.7653846153847, 42.21986754966882]
[ 32.00000000000001, 36.000000000000014, 40.000000000000014, 44.000000000000014, 48.00000000000002, ]
These then create very long tick labels, which get clipped on the left side. Either
The text was updated successfully, but these errors were encountered:
Seems to be fixed by specifying interval of preserveStartEnd
interval
preserveStartEnd
Sorry, something went wrong.
No branches or pull requests
With domain
[32.7653846153847, 42.21986754966882]
, recharts is picking tick values ofThese then create very long tick labels, which get clipped on the left side. Either
The text was updated successfully, but these errors were encountered: