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

A lasso plugin for d3

Results 16 d3-lasso issues
Sort by recently updated
recently updated
newest added

also replaces `var` with ES6 `let`; trivial formatting, etc.

D3-lasso provided free handshape lasso drawing. I am able display svg map with d3-lasso and its output also display. Also able to draw free handshape but want to draw specific...

Right now I am able to draw one lasso(freehand shape) on svg map.When I tried to draw another lasso , first lasso gone. I want to keep first as well...

I am using d3-lasso with svg map file. I am able to display output on svg file having large data . When I tried to draw lasso its taking too...

I am receiving this error statement: `Attempted import error: 'lasso' is not exported from 'd3' (imported as 'd3')` I have a react setup and have installed d3-lasso using npm like...

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...

I have been trying to get the lasso to select both circles and lines in my svg graph (they represent nodes and links) but sofar I have failed and it...

As is, this lasso can't really be used by TypeScript projects. This PR should fix that!

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

Great work for skokenes. I am trying to use `d3-lasso` with `Vue.js` and `d3.js` and I got some problems here. The import part is `import * as d3 from 'd3';...