BrianGilbert opened a new issue #12513: URL: https://github.com/apache/incubator-echarts/issues/12513
### What problem does this feature solve? You currently have to manually add numbers to see what the total for a given data series is across a whole chart, it would be great if there was a way to append calulated totals to legend labels. I could try and do this programatically but if I add the count as part of the label the label goes away because it no longer matches the series name. ### What does the proposed API look like? I'd propose adding something like the following to the legend part of the API: ``` showCount: true ``` <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
