echarts
echarts copied to clipboard
[Feature] Please add a feature to define whether the MouseEvents are passive.
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?