zwmmm commented on issue #9242: showTip 怎么持续显示 URL: https://github.com/apache/incubator-echarts/issues/9242#issuecomment-430900465 已解决 直接给canvas注册一个鼠标离开事件,离开时的时候触发showTip ```js this.$refs.canvas.onmouseout = this.showTip; ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
