hw872715125 opened a new issue, #19181: URL: https://github.com/apache/echarts/issues/19181
### What problem does this feature solve? 在使用折线堆叠图时,鼠标滑过数据项时的提示,需要对不同项的数据进行处理,比如A项保留1位小数,B项转换成百分数等。使用了tooltip.valueFormatter这个api,但是只有一个参数,无法满足使用场景。 ### What does the proposed API look like? tooltip. valueFormatter中目前只有一个参数value,在某些场景时,需要增加一个参数来做识别。比如在折线堆叠图中,需要分开对stack的值做特殊处理。 -- 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]
