d3/d3-force

Is it possible to search for the nodes?

swarnas89 opened this issue · 3 comments

Is there any method through which we could search for a node?

I mean to search by node label not by node coordinates?

Fil commented

Nothing specific to the force layout: you might just do nodes.filter(d => d.id.match("something")) ?