skokenes / d3-lasso

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

Fix import d3 error #7

Closed mgs95 closed 5 years ago

mgs95 commented 5 years ago

src/lasso.js updated to use imported libs (d3-selection and d3-drag) instead of d3 library. This way it is possible to use d3-lasso in a d3 modules based project without the need of installing the whole d3 library.

skokenes commented 5 years ago

Thanks!