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

   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   ```javascript
   import * as echarts from "echarts";
   
   echarts.init(container);
   ```
   
   ### Current Behavior
   
   [Violation] Added non-passive event listener to a scroll-blocking 
'mousewheel' event. Consider marking event handler as 'passive' to make the 
page more responsive. See https://www.chromestatus.com/feature/5745543795965952
   
   
![image](https://user-images.githubusercontent.com/3228637/217874086-25ac1a42-b7ad-4a8c-b4de-fc765ac30470.png)
   
   
   ### Expected Behavior
   
   This violation warning should not display.
   
   ### Environment
   
   ```markdown
   - OS: Windows 11
   - Browser: 110.0.5481.77
   - 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