metro-ontime / frontend

Front end code for performance monitor app
GNU General Public License v3.0
4 stars 12 forks source link

Fix D3 zoom on Marey diagram #49

Closed ctsexton closed 4 years ago

ctsexton commented 4 years ago

D3 zooming/panning on scroll/drag fails with the following error:

TypeError: Cannot read property 'ctrlKey' of null

Looks like there is a solution discussed here: https://github.com/d3/d3-zoom/issues/32

Yohandah commented 4 years ago

excuse me for the intrusion ... I have this same exact issue with d3-zoom ... Have you found something to fix it ?