visNetwork
visNetwork copied to clipboard
R package, using vis.js library for network visualization
I need to be able to select nodes from the network and display some information in data table for that node in Shiny. I'm able to do it using ```...
My code is below, Currently for 32000 observations it takes more than 20 minutes, I have more 100000 observations how can I expedite the process? ` to % distinct(to) %>%...
The drop downs are nice, but even better would be to have a search bar. It would be especially useful to be able to search within the labels that pop-up...
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...
Hi, what I am looking to do is when I select a given node, highlight only the edges *from* that selected node (as as well as the nodes connected with...
I know it's a newish feature is `visOptions` to select degree for highlights, but it doesn't seem that this carries over with `visEdges`. This would be a great feature. #378
I built a large hierarchical network. How can I use Shiny to display/list all paths that the selected node belongs to? The list should contain node labels and edge labels...
Hello, I am wondering if there are any recommendations for exporting high-quality images (publication ready) from rendered networks. The export PNG option is very low-quality (is there a way to...
Hello, Thank you for your open source software. While [packaging it for Debian](https://salsa.debian.org/r-pkg-team/r-cran-visnetwork) I ran into the following failed test. I'm not an R developer, so let me know if...
I would like to implement a contextmenu (dropdown menu) when right-clicking on a node in my shiny app. Furthermore, the `node id` as well as the selected `contextmenu-value` should be...