I have a force-directed graph with a large number of nodes (thousands) - the volume of data makes any specific node difficult to locate in the graph. I would love to have a way to search for a specific node, and recenter the graph on it.
Is this something I could do by parsing force.nodes() for a specific data value and somehow recentering the graph on that node? Or is it more complicated than that?