eregon / virtual-machines-research-graph

A Virtual Machine Research Overview as a Graph
https://eregon.github.io/virtual-machines-research-graph/
MIT License
25 stars 2 forks source link

Filtering graph #6

Open smarr opened 4 years ago

smarr commented 4 years ago

I'd like to be able to focus the graph on specific aspects.

Posting this mostly as note for myself, but also because it may relate to #5.

eregon commented 4 years ago

Another way to approach this would be to have the graph be "explore-able" and the ability to e.g. focus on a single node and expand as needed (a bit like in IGV).

smarr commented 4 years ago

Yeah, the question is, do we really want to implement this?

Just did some searching. visjs might be interesting:

more examples: https://visjs.github.io/vis-network/examples/

eregon commented 4 years ago

the question is, do we really want to implement this?

Yes of course we should find an existing library, I'm not interested to reimplement visualization :D