-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
withBarValueLabel not displaying in correct positions in BarChart #6991
Comments
I'd like to work on this. Please assign if not picked up. |
You are welcome to submit a PR with a fix |
PR: #7011 |
Hey, I saw that the test case failed, is it still mergeable? I don't see any other problem than linting and prettier. |
To merge the PR, all tests must pass. To continue working on your PR, add more commits to the same branch and push them. You can run tests locally with |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Other, I will specify in the bug description
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Hi,
I'm trying to use the
withBarValueLabel
property of BarChart. The value labels are not placed correctly. Here is the snapshot of the issue:Here is the working example in
@mantine/charts
:If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: