MasterHiei opened a new issue #10679: non-passive event violation URL: https://github.com/apache/incubator-echarts/issues/10679 ### Version 4.2.1 ### Steps to reproduce Open a page cantains any ECharts canvas in Chrome(`Version 75.0.3770.90 (Official Build) (64-bit)`). ### What is expected? No any violation ### What is actually happening? Show a violation warning on console. ```bash [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 ``` --- Can not reproduction in old version of Chrome(less than 75.0.3770.90). <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
