echarts-bot[bot] commented on issue #20666: URL: https://github.com/apache/echarts/issues/20666#issuecomment-2577480707
@mgzhenhong 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> **BODY** ### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGY VA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi _MQegsJiAIwArAAMPLAATADMmTnZACxZ2ckAHFnJualVRQDspQBs6dahHhTUdP4Q0MpxdiS2dgDcKCgAtuQAwtqMHGAAdKxUYABaHAAUAJS LMJu0E8AK4cA-ETI7CAB8sPQweMD-VIv-wKwHRydUZxGwVOdoGBaNttmMprN5ksVustrt9odjqcFMCsld4Ld7tBHs9Xu9Pkifij_oDgaCRkA ### Steps to Reproduce https://echarts.apache.org/examples/zh/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGY VA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi _MQegsJiAIwArAAMPLAATADMmTnZACxZ2ckAHFnJualVRQDspQBs6dahHhTUdP4Q0MpxdiS2dgDcKCgAtuQAwtqMHGAAdKxUYABaHAAUAJS LMJu0E8AK4cA-ETI7CAB8sPQweMD-VIv-wKwHRydUZxGwVOdoGBaNttmMprN5ksVustrt9odjqcFMCsld4Ld7tBHs9Xu9Pkifij_oDgaCRkA [Just refer to the code ](https://echarts.apache.org/examples/zh/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCG YVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi _MQegsJiAIwArAAMPLAATADMmTnZACxZ2ckAHFnJualVRQDspQBs6dahHhTUdP4Q0MpxdiS2dgDcKCgAtuQAwtqMHGAAdKxUYABaHAAUAJSL MJu0E8AK4cA-ETI7CAB8sPQweMD-VIv-wKwHRydUZxGwVOdoGBaNttmMprN5ksVustrt9odjqcFMCsld4Ld7tBHs9Xu9Pkifij_oDgaCRkA) ### Current Behavior myChart.getZr().on('mouseover', () => {}) cannot be triggered when the mouse enters a blank area myChart.getZr().on('mouseout', () => {}) can be triggered normally ### Expected Behavior Does not match the documentation description The zrender event is different from the echarts event. The former will be triggered when the mouse is anywhere, while the latter can only be triggered when the mouse is on the graphic element. https://echarts.apache.org/handbook/zh/concepts/event/#%E7%9B%91%E5%90%AC%E2%80%9C%E7%A9%BA%E7%99%BD% E5%A4%84%E2%80%9D%E7%9A%84%E4%BA%8B%E4%BB%B6 ### Environment ```markdown - OS: Windows 11 - Browser:Edge 131.0.2903.112 - Framework: Vue@3 ``` ### 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]
