electroheadfx opened a new issue, #20085:
URL: https://github.com/apache/echarts/issues/20085

   ### Version
   
   5.5.0
   
   ### Link to Minimal Reproduction
   
   https://gist.github.com/electroheadfx/71827f8b8a997f99ac29e2768dfc3798
   
   ### Steps to Reproduce
   
   I have a echarts  with severals grid and axis attached to them, my 
axisPointer are actived:
   ```
   axisPointer: {
         animation: false,
         snap: true,
         link: [
           {
             xAxisIndex: 'all',
           },
         ],
   ```
   My echarts have click handler for show true or false a label, from a point 
object at bottom graph.
   
   My last graph at bottom have higher z grid index, but the label are offseted 
distance over the others graph, when I focus mouse on the graph the labels are 
overlapped by the lines, when I remove the mouse out from the graphs, the label 
show fine.
   
   axisPointer.triggerEmphasis to true create the overalapping on the labels.
   
    [here the sandbox test for reproduce the label 
overlapping](https://codesandbox.io/p/sandbox/distribution-of-electricity-forked-3y3tf2)
   
   <img width="681" alt="Capture d’écran 2024-06-27 à 10 29 27" 
src="https://github.com/apache/echarts/assets/1211149/eccb8e9d-4c17-4ea0-99f9-b7fb8c131043";>
   <img width="651" alt="Capture d’écran 2024-06-27 à 10 29 42" 
src="https://github.com/apache/echarts/assets/1211149/6890f2b1-443f-4ac4-ae89-e8e2c631d703";>
   
   
   ### Current Behavior
   
   Labels are overlapped by graphs with emphasis
   
   ### Expected Behavior
   
   Labels may be setup to top with a z index
   
   ### Environment
   
   ```markdown
   - OS: Mac Os Sonoma
   - Browser: Arc
   - Framework: Echarts + react-for-echarts
   ```
   
   
   ### 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]

Reply via email to