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
7.13.2
@mantine/charts
create-react-app (CRA)
Not applicable – issue is not related to the browser
When I change the orientation to vertical the valueFormatter is called on the wrong axis. So my series names get NaN values in the y axis.
https://codesandbox.io/p/sandbox/mantine-react-template-forked-ff7ncg
Currently I work around the issue by checking the type of the value in the valueFormatter and only formatting numbers.
The text was updated successfully, but these errors were encountered:
[@mantine/charts] Fix valueFormatter prop not working correctly wit…
valueFormatter
7567fec
…h `orientation="vertical"` in BarChart, AreaChart and LineChart components (#6979)
Fixed in 7.13.3
Sorry, something went wrong.
Thanks for the quick resolution. Mantine is awesome! :)
No branches or pull requests
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.2
What package has an issue?
@mantine/charts
What framework do you use?
create-react-app (CRA)
In which browsers you can reproduce the issue?
Not applicable – issue is not related to the browser
Describe the bug
When I change the orientation to vertical the valueFormatter is called on the wrong axis. So my series names get NaN values in the y axis.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-ff7ncg
Possible fix
Currently I work around the issue by checking the type of the value in the valueFormatter and only formatting numbers.
Self-service
The text was updated successfully, but these errors were encountered: