d3-lasso icon indicating copy to clipboard operation
d3-lasso copied to clipboard

When selection drag is over, can I keep the lasso box?

Open NewDolphin opened this issue 4 years ago • 2 comments

When selection drag is over, can I keep the lasso box?

NewDolphin avatar Mar 11 '20 15:03 NewDolphin

Not with how the code has been built. You will have to modify this part here:

https://github.com/skokenes/d3-lasso/blob/master/src/lasso.js#L162

gioele-antoci avatar May 27 '20 19:05 gioele-antoci

Yeah, I am kind of thinking the same thing. I want to implement a multiple selection when the 'ctrl' key is pressed.

nateEaston avatar May 27 '20 22:05 nateEaston