issues
search
NightLore
/
DependencyVis
2
stars
1
forks
source link
Make Node layers collapsible
#77
Open
NightLore
opened
3 years ago
NightLore
commented
3 years ago
https://bl.ocks.org/mbostock/1093130
Each node layer might be collapsible so that the visualization can be less cluttered
A layer is defined by the distance from the central node. i.e. layer 1 is all the nodes directly connected to the central node
layer 0 is the central node itself.
This can probably be implemented as a
slider
beneath the options pane labeled "Layers"
https://bl.ocks.org/mbostock/1093130