PaisPersonaje5
Force directed Graph with:
- Dragable nodes
- Zoom and pan (with maximum effective-size limit for zoomed elements)
- Double-click to center node
- Resizable window (with zoom/pan-aware relocation of center of gravity)
- Text labels (which are not occluded by nodes; flag to set centered/offset)
- Properties determine node size and shape, and node and link colors (with default values; flag to set fill/outline).
- Filter nodes by shape (c,d,r,s,t,x), by score (l,h,m), if orphan (0), and filter links by score (1,2,3)
- Hover to highlight 1st-order neighborhood. Click to fade surroundings
- Read graph from json file
forked from eyaler's block: Force-Directed Graph with Drag/Zoom/Pan/Center/Resize/Labels/Shapes/Filter/Highlight
forked from willroj's block: PaisPersonaje4