LI-Mingyu opened a new issue, #19846: URL: https://github.com/apache/echarts/issues/19846
### What problem does this feature solve? 例如有一个表格,第一列为某个数据,第二列为另一个数据,前两个数据都是从数据库中读取的,第三列为前两列的数据的比值。在这个表格的底部有一个“合计”,合计的第三列应该为前两列合计的比值,但是目前是把第三列的所有数值都加了起来。这显然是不对的。我们应当改进对于百分比合计的功能。 ### What does the proposed API look like? 无 -- 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]
