I am using plotly with React.
When i try to load some good amount of data on plotly chart for ex: each trace has 2587 points. Plotly is throwing [Violation] Added non-passive event listener to a scroll-blocking ‘wheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. and BLOCKING my app.
See https://github.com/plotly/plotly.js/issues/1795 for the most up-to-date development info.
hi, i am facing the same problem but with dash any lead on this?