openwisp / netjsongraph.js

NetJSON NetworkGraph visualizer.
http://netjson.org
BSD 3-Clause "New" or "Revised" License
270 stars 79 forks source link

[gsoc22] example with node/link highlighting #163

Open mwarning opened 2 years ago

mwarning commented 2 years ago

An example that shows how to implement highlighting of nodes and links would be very nice to have. You click on a node or link to highlight it. Keep the control key pressed to selected multiple nodes/links. Keep track of the highlighted items in a list.

highlight

(Example that implements this already: https://github.com/mwarning/MeshGraphViewer/ (does not use netjsonmap.js yet)

mwarning commented 1 year ago

Any news on this one?

It would be enough if there would be a way to hook into the drawing routine like done here: https://github.com/mwarning/MeshGraphViewer/blob/master/www/forcegraph/draw.js#L46

kanu0204 commented 10 months ago

yes i want to contribute