-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
[5.0] [Feature] sunburst series supports cornerRadius #13390
Conversation
Thanks for your contribution! The pull request is marked to be Document changes are required in this PR. Please also make a PR to apache/incubator-echarts-doc for document changes. When the doc PR is merged, the maintainers will remove the |
The result is beautiful. Great job! |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
|
I thought about the naming at first.
I think it's generally okay. Putting |
Almost the same concern. But I think a uniform naming is slightly better after struggling with my mind. @plainheart Are you planning to do these two changes? I'm fine to do this work today. |
@pissang No. I'm glad that you are going to help me do this. Thank you! |
Brief Information
This pull request is in the type of:
What does this PR do?
Sunburst series supports corner radius in ECharts, please refer to #13123 & #13378 for more details.
Fixed issues
Details
Usage
Are there any API changes?
Added a new option to the sunburst series.
Related test cases or examples to use the new APIs
NA.
Others
Merging options
Other information
#13378 - Pie series supports cornerRadius
fe0d94a - Treemap series supports borderRadius