Zoom is not working anymore
See original GitHub issueExample code
import numpy as np
from bqplot import pyplot as plt
plt.figure(1, title='Line Chart')
np.random.seed(0)
n = 200
x = np.linspace(0.0, 10.0, n)
y = np.cumsum(np.random.randn(n))
plt.plot(x, y)
plt.show()
Now clicking the panzoom button, we don’t have a working zoom anymore.
This was originally reported downstream at https://github.com/spacetelescope/jdaviz/issues/486 and the upstream issue at https://github.com/d3/d3-zoom/issues/231
This affects Chrome 89.0.4389.90 (OSX), and is demonstrated by zoom not working at: https://observablehq.com/@philjones/zoom-svg-chrome-89-0-4389-90-bug
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Common reasons for Zoom not working and how to fix them
When any app stops responding, it's often due to memory or processing power conflict. It can also happen due to a bug. If...
Read more >The most common Zoom problems and how to fix them now
The most common Zoom problems and how to fix them · Further reading: · Solution 1: Check Zoom settings · Solution 2: Exit...
Read more >Zoom Not Working? Here's What to Do. - Reviews.org
My camera isn't working while using Zoom · Make sure you don't have any other apps open that use your camera. · Don't...
Read more >Zoom not Responding: 4 Great Ways to get it Working Again
Zoom might stop responding if you have some apps using your PC camera or an app that consumes too many resources. The solution...
Read more >Troubleshooting when you can't join a Zoom meeting
If you are experiencing issues when trying to join a Zoom meeting using your browser, installing the Zoom desktop client might help.
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
@pllim yes, I linked to https://github.com/spacetelescope/jdaviz/issues/486 so i guess those are duplicates.
The bug appeared again for me as well, but https://github.com/bqplot/bqplot/pull/1347 should fix it.