-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
[Bug] Missing pie chart label display #20070
Comments
I use the data you provided to render eCharts,it can display all the labels set in the options correctly。I have confirmed that the overlapping label will be hidden when the canvas area is too small。you can set parameters according to the documentation。( #https://echarts.apache.org/zh/option.html#series-pie.labelLayout)
|
You can set |
This bug was caused here: |
Version
5.5.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=pie-nest&version=5.5.0
Steps to Reproduce
The configuration information is as follows:
Current Behavior
The labels for Direct and Email are not displayed
Expected Behavior
Expect the label to display normally
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: