networkD3 icon indicating copy to clipboard operation
networkD3 copied to clipboard

D3 JavaScript Network Graphs from R

Results 85 networkD3 issues
Sort by recently updated
recently updated
newest added

First let me say that networkD3 is awesome and saving me a ton of time. Second, I was wondering if there is a way to assign multiple group columns through...

feature request

Can a node execute a detail query to add more nodes from elsewhere via Ajax back to R via shiny? Looks like we have to load all nodes and edges...

feature request

In Shiny we have `splitLayout()` function that puts multiple plots side by side and takes `style=` argument, e.g.: ``` R splitLayout( style = "border: 1px solid silver;", cellWidths = 300,...

feature request

Semantic zooming, versus geometric zooming, may better serve the intended purpose of zooming for these network graphs. I propose to implement it, and either set it as default or allow...

enhancement

This is a minimal working implementation of the hive plot (http://www.hiveplot.net/) largely adapted from code by Mike Bostock found here (https://gist.github.com/mbostock/2066415). Currently maps nodes to 3 axes by identifying sources,...

new plot type

Feature request, see arcdiagram at: http://gastonsanchez.com/software/

new plot type

- [ ] 1. there's no mention of `chordNetwork()` - [ ] 2. maybe "Radial networks with radialNetwork" should be changed to "Tree networks with diagonalNetwork and radialNetwork"

Hi Christopher, I suggest to modify sankeyNetwork function by adding a new field (NodeDesc) into Nodes data frame, which contains description of the node, so that on mouse hover-over the...

sankeyNetwork

similiar to forceNetwork's clickAction

sankeyNetwork