skokenes / d3-lasso

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

Ability to select circles using lasso or clicking on scatter plot #6

Open kylinmb opened 5 years ago

kylinmb commented 5 years ago

I have implemented the lasso for scatter plot as shown in the example. I am having a hard time figuring out how to allow the user to also click on a single circle to select it.

skoruba commented 1 year ago

@kylinmb - can you please share how you did it? Thanks