echarts-bot[bot] commented on issue #19553:
URL: https://github.com/apache/echarts/issues/19553#issuecomment-1911324132

   @w-bo 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] echarts event issue, mouseover is unable to listen to the area of the 
mouse outside the graphic
   
   **BODY**
   
   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   none
   
   ### Steps to Reproduce
   
   Based on the needs of the project, a case was written
   1. Download the corresponding version of the candlestick chart on the 
official website
   2. Listen to the 'mouseover' event through the instance, when the mouse 
moves outside the graph, the mouse callback event is not triggered, I can get 
the current dataIndex through the mouse callback event, and further get the 
data of the day, which is what I need.
   3. I looked at the previous problem and got another method, save lastIndex 
through the formatter callback of tooltip, and then get the data I need, but my 
use environment is used in uniapp packaged in the applet, and the usage method 
is changed, through renderjs, the callback function of formatter in renderjs 
cannot be passed, and then I want to see if there is a solution that can be 
solved, thank you very much!
   
   Image:
   ![Uploading Snipaste_2024-01-26_10-42-29.png...]()
   
![Snipaste_2024-01-26_10-42-40](https://github.com/apache/echarts/assets/102512859/2434c303-c42d-4a40-a46f-cb1e6e55b2c1)
   
   ### Current Behavior
   
   See Steps to Reproduce
   
   ### Expected Behavior
   
   See Steps to Reproduce
   
   ### Environment
   
   ```markdown
   - OS: window
   - Browser: chrome 120.0.6099.225
   - Framework:vue@2
   ```
   
   ### 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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to