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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/p/sandbox/click-no-effect-84wmwm
   
   ### Steps to Reproduce
   
   vue3  echarts5.4.3 Mixed Line and Bar, clicking on the area covered by the 
line graph has no effect.
   
   ### Current Behavior
   
   In a Mixed Line and Bar chart,
   
   when using "new echarts.graphic.LinearGradient()"" to set the gradient color 
for the areaStyle of the line chart,
   
   if the gradient area covers the Bar chart, the click event of the Bar chart 
may not be triggered normally.
   
   In addition to adjusting the "z" attribute to change the order of the 
graphics, is there any other solution?
   
   ### Expected Behavior
   
   I expect that when the line chart is gradient colored and the line chart is 
in front of the Bar chart (the "z" value is higher than the "z" value of the 
Bar chart), 
   the click event of the Bar chart can be triggered normally.
   
   ### Environment
   
   ```markdown
   - OS:macOS Sonoma
   - Browser:Chrome 125.0.6422.142
   - Framework:Vue@3
   ```
   
   
   ### 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