LineChart withPointLabels: ValueFormatter not applied to point label values #6989
Closed
2 tasks done
Labels
Fixed patch
Completed issues that will be published with next patch (1.0.X)
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.1
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
When using "withPointLabels" in the Line/Area/Composite chart, the points are not formatting using the provided valueFormatter.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-r386fh
Possible fix
Pass the valueFormatter to the PointLabel component
Implemented in fork @ a1a8fdc
Self-service
The text was updated successfully, but these errors were encountered: