### Dependencies check up - [x] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? ``` "@mantine/charts": "8.2.2", "@mantine/core": "8.2.2", "@mantine/hooks": "8.2.2", "recharts": "3.0.2", ``` ### What package has an issue? @mantine/charts ### What framework do you use? Next.js ### In which browsers you can reproduce the issue? Chrome ### Describe the bug ### Bug When setting the orientation prop to `vertical` in <BarChart>, the tooltip does not display correctly. ### Expected The tooltips should behave the same as they do when `orientation="horizontal"` ### If possible, include a link to a codesandbox with a minimal reproduction https://codesandbox.io/p/sandbox/mantine-barchart-s6d7hq ### Possible fix _No response_ ### Self-service - [ ] I would be willing to implement a fix for this issue