Climax777 opened a new issue, #18559:
URL: https://github.com/apache/echarts/issues/18559
### What problem does this feature solve?
Pie charts currently support calculating and displaying percentages for each
value in the label using `{d}`. Adding a similar feature to sunburst charts
will be very useful.
### What does the proposed API look like?
Configuration for series-sunburst:
Add `series-sunburst.percentPrecision` (default to 2 as with pie)
For `series-sunburst.label.formatter` add formatting flag `{d}` similar to
pie for formatting percentage, and add to typing for the `params` parameter to
include `percentage`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]