echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Please add a feature to define whether the MouseEvents are passive.

Open nipunasan opened this issue 10 months ago • 1 comments

What problem does this feature solve?

Browser warnings that comes in angular stating home.component.ts:72 [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

This is not an issue yet. But a feature better to have.

What does the proposed API look like?

A flag in ChartOptions like?

nipunasan avatar Apr 11 '25 11:04 nipunasan

It comes from zrender, echarts has nothing to do with it.

Related issue 1 Related issue 2

shadow-identity avatar Jun 05 '25 13:06 shadow-identity