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
5.2.2
https://www.makeapie.com/editor.html?c=xWP6wufPiQ&v=2
Problem A: Label overflow
Set label to have big font size like 40 will show the overflow, even without rich text.
label: { position: 'outer', alignTo: 'edge', margin: 20, fontSize: 40 }
Problem B: labelLine start position is wrong with rich text
Probably due to bounding box calculation error, the start position of the label is not as close as those without rich text. See the demo.
Problem A: Text should not overflow the canvas. Problem B: LabelLine start position should be near the text.
Problem A: Text overflows the canvas. Problem B: LabelLine start position is far from the right side of the text.
The text was updated successfully, but these errors were encountered:
fix(pie): label position with rich text #16023
06a3c7f
Successfully merging a pull request may close this issue.
Version
5.2.2
Reproduction link
https://www.makeapie.com/editor.html?c=xWP6wufPiQ&v=2
Steps to reproduce
Problem A: Label overflow
Set label to have big font size like 40 will show the overflow, even without rich text.
Problem B: labelLine start position is wrong with rich text
Probably due to bounding box calculation error, the start position of the label is not as close as those without rich text. See the demo.
What is expected?
Problem A: Text should not overflow the canvas.
Problem B: LabelLine start position should be near the text.
What is actually happening?
Problem A: Text overflows the canvas.
Problem B: LabelLine start position is far from the right side of the text.
The text was updated successfully, but these errors were encountered: