-
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] pie series supports cornerRadius & innerCornerRadius. #13378
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 |
… option `cornerRadius`.
…to feat-pie-corner-radius
Wow!! |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
Brief Information
This pull request is in the type of:
What does this PR do?
Pie series supports corner radius in ECharts, please refer to #13123 & ecomfe/zrender#643 for more details.
Fixed issues
Details
Usage
Are there any API changes?
Added a new option to the pie series.
cornerRadius
(can be a string/number/string array/number array)Related test cases or examples to use the new APIs
Please refer to
test/pie-cornerRadius.html
.Others
Merging options
Other information
TODO: Whether to support corner radius for bar series with the polar coordinate, currently there is an option
itemStyle.barBorderRadius
, but it is only for the cartesian2d coordinate. (If needed, we could implement it later).#13390- Sunburst series supports cornerRadius
fe0d94a - Treemap series supports borderRadius