skokenes / d3-lasso

A lasso plugin for d3
BSD 3-Clause "New" or "Revised" License
88 stars 34 forks source link

Plugin won't work with D3 V6 #16

Open tasvora opened 4 years ago

tasvora commented 4 years ago

Hello

I am working with D3 version 6 and was trying to use your Lasso plugin. It works perfectly with version 5 but if I try to use V6 its has sourcevent errors. I believe it is the way the new version has event passed in functions. d3-lasso.js:819 Uncaught TypeError: Cannot read property 'sourceEvent' of undefined at SVGRectElement.dragmove (d3-lasso.js:819) at nt.call (d3.min.js:2) at Object.e [as mouse] (d3.min.js:2) at p (d3.min.js:2) at d3.min.js:2 Any help would be appreciated. Will this plugin be upgraded for the latest version?

deargle commented 3 years ago

https://github.com/skokenes/d3-lasso/pull/19 makes this library compatible with v6