You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you know, d3 from 6 version has removed d3.event global, then zooming produces an exception "Cannot read property 'transform' of undefined" because it uses var transform = _d3Selection.event.transform;(First image)
Dragging produces "Cannot read property 'undefined' of undefined" exception(Second image)
To Reproduce
Steps to reproduce the behavior:
Use zoom/drag functionalities