ybk233 opened a new issue, #18891: URL: https://github.com/apache/echarts/issues/18891
### Version 5.4.2 ### Link to Minimal Reproduction https://codepen.io/ybk233/pen/mdQXxMM ### Steps to Reproduce 1.使用echarts.graphic.registerShape方法注册图形,并使用ctx中的rectRound方法 2.在series里使用注册的图形 3.在xAxis中开启axisPointer配置项,show属性改为true ### Current Behavior 在Echart的extendShape注册图形回调中使用ctx里的roundRect方法生成矩形后,如果此时opstion里启用了坐标轴指示器配置项,鼠标移到画布上该矩形就会消失,只有重新运行才会重新显示出来。 ### Expected Behavior xAxis中axisPointer配置项show属性为true时鼠标移入画布自定义图形会消失,反之则不会。 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
