w-bo opened a new issue, #19553: URL: https://github.com/apache/echarts/issues/19553
### Version 5.4.3 ### Link to Minimal Reproduction none ### Steps to Reproduce 基于项目的需求,写了一个案例 1. 下载官网相应版本的 k 线图 2. 通过实例监听 `mouseover` 事件,当鼠标移至图形外时,鼠标回调事件未被触发,我可以通过鼠标回调事件得到当前的 dataIndex,进一步去得到当天的数据,这就是我所需要的。 3. 我看了以往的问题,得到了另一种方法,通过 tooltip 的 formatter 回调保存 lastIndex,进而得到需要的数据,但是我的使用环境在 uniapp 打包在小程序中进行使用,改变了使用方法,通过 renderjs,renderjs 中 formatter 的回调函数无法被传递,进而想看看有没有可以解决的方案,十分感谢! 图片: ![Uploading Snipaste_2024-01-26_10-42-29.png…]()  ### Current Behavior 请见 Steps to Reproduce ### Expected Behavior 请见 Steps to Reproduce ### Environment ```markdown - OS: window - Browser: chrome 120.0.6099.225 - Framework:vue@2 ``` ### Any additional comments? _No response_ -- 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]
