nitxs opened a new issue, #19477: URL: https://github.com/apache/echarts/issues/19477
### What problem does this feature solve? 在echarts 5.1.2版本中,我需要开发K线图表,图表中除了显示蜡烛图外,还需要显示均线,同时根据功能要求,要如同股票交易软件中蜡烛图页面显示的一样,在左上角固定位置显示MA5、MA10、M20,并根据用户鼠标滑动,更新显示当前MA均线N日的值,请问能否增加这样的功能?或者在5.1.2版本中,能否有类似的实现?  ### What does the proposed API look like? graphic.style.text 值可设为回调函数,由tooltip触发时联动触发,获取tooltip.formatter滑动时获取的当前节点的所有数据 -- 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]
