-
Notifications
You must be signed in to change notification settings - Fork 11.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
Tooltip text is misaligned #1977
Comments
This happens because CanvasRendering. I tried to solve this problem with changing x coordinate off ctx.fillText if align is center or right. |
Any update on this? I'm seeing this issue as well. |
Confirmed this is fixed after #3446 was merged when using the |
Unfortunately, the issue is still present in 2.5.0: |
As of 2.7.1 the alignment of the tooltip text is still off. |
Should this issue be reopened since it is still a bug, or is there a new issue for this? |
Is there a work-around for this bug? I tried to look for a property to add padding to the text of the tooltip but couldn't find anything. |
I'm having this issue in 2.7.2 and cannot get text alignment with any combination of |
Would like to know when this problem will be resolved. |
In v2, when I change the alignment of tooltip's title or body, the text goes out of the tooltip on the left side.
right align:
center align:
The text was updated successfully, but these errors were encountered: