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

This is a new issue for an old problem: how text displays in tooltips. For "links", the two lines are separated by a newline character `\n`. For "nodes", the two...

bug
sankeyNetwork

enable, by default or as an option, plotting using canvas versus svg I have a working prototype of `forceNetwork()` working that uses d3 v4 and plots using canvas instead of...

enhancement
forceNetwork

Is there a native munging function for getting a 2-column (source->target) data.frame into a link list and node list format? The 2-column dataframe has the following format | Source |...

enhancement
forceNetwork
simpleNetwork
feature request

Could you please tag the 0.4 release in Git? I see 0.2.4 is tagged. It's tough to figure out where the commits are for the [current CRAN release](https://cran.r-project.org/web/packages/networkD3/index.html) of 0.4...

Hi, First, thanks for you work on this very useful package. Is it possible to add a custom x-positions argument for nodes in Sankey plot? I want to use it...

enhancement
sankeyNetwork
feature request

Hi, Is it possible to add some thing like "repel" to the text so labels don't plot on each other ? i'm using "diagonalNetwork(as.radialNetwork(hclust)" and most of the labels overlap....

enhancement
treeNetwork
dendroNetwork
diagonalNetwork
radialNetwork
feature request

I have included a user input option for mouse callback functions.

Typo of character in a message

Arrows do not work in WebKit (iPad, Safari) due to treatment of `url(...)` in WebKit. For this issue (and possible fixes), please see https://stackoverflow.com/a/29984481 I made one small change (added...