datastorm-open / visNetwork

R package, using vis.js library for network visualization
Other
545 stars 125 forks source link

Support for Dynamic Filtering #387

Open DarylMcCullough opened 4 years ago

DarylMcCullough commented 4 years ago

At the javascript level, visjs supports a dynamic filtering capability, which allows the programmer to dynamically remove nodes or edges without modifying the data source. Is there support for this capability at the R/shiny level through visNetwork?

https://visjs.github.io/vis-network/examples/network/data/dynamicFiltering.html