echarts-bot[bot] commented on issue #18891: URL: https://github.com/apache/echarts/issues/18891#issuecomment-1635380850
@ybk233 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Bug] Problems with using the roundRect method in echarts.graphic.extendShape **BODY** ### Version 5.4.2 ### Link to Minimal Reproduction https://codepen.io/ybk233/pen/mdQXxMM ### Steps to Reproduce 1. Use the echarts.graphic.registerShape method to register graphics, and use the rectRound method in ctx 2. Use the registered graphics in the series 3. Open the axisPointer configuration item in xAxis, and change the show attribute to true ### Current Behavior After using the roundRect method in ctx to generate a rectangle in Echart's extendShape registration graphics callback, if the coordinate axis indicator configuration item is enabled in opstion at this time, the rectangle will disappear when the mouse is moved to the canvas, and will only be displayed again after re-running come out. ### Expected Behavior When the show property of the axisPointer configuration item in xAxis is true, the custom graphics will disappear when the mouse moves into the canvas, and vice versa. ### Environment ```markdown - OS: -Browser: - Framework: ``` ### Any additional comments? _No response_ </details> -- 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]
