scrollZoom performance issues introduced in 2.3.0
See original GitHub issueThere is a significant performance drop when using scroll zoom in version 2.3.0
and newer
Latest version with better performance is 2.2.1
Demo: https://codesandbox.io/s/plotly2-performance-drop-iinx5
Steps to reproduce:
- open the demo, try scrolling in/out to change the zoom level
- change the
plotly.js-dist
dependency version (in the dependencies section of the toolbar on the left) from2.3.0
to2.2.1
and test the scroll zoom again
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
scrollZoom performance issues since 2.0.0-rc.2 · Issue #6054 · plotly ...
@archmoj Yes, I'm aware of that and hovermode is explicitly defined in layout properties of my demo. Also this is critical for my...
Read more >Untitled
The plugin has been completely refactored, and re-released as the new Google Maps ... Fixed migration issues with Craft 3.1 compatibility. ... Version...
Read more >plotly Changelog - PyUp.io
performance improvements and bug fixes ... Fixed `FigureWidget` problem causing scroll zoom on 3D plots to stutter ... (regression introduced in 2.3.0) ...
Read more >Error in WebSDK 2.3.0, When click on participants scrren goes ...
Description I had 1.9.9 web SDK and I have update to 2.3.0 and when I' testing it, when I click on Participants screen...
Read more >IntelliSpace Cardiovascular 2.3 - KSB Hospital
specified requirements for hardware and network performance are met. ... Selecting mouse manipulation tools like scroll, zoom, pan and WW/WL will ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Related to #5584. In your test case adding
ticklabeloverflow: "allow"
toxaxis
andyaxis
can help.I can replicate this slowdown with the sample provided, thanks very much! @archmoj are you able to replicate also?