networkD3
networkD3 copied to clipboard
D3 JavaScript Network Graphs from R
If I create any sankeyNetwork, export it as Html file, and open it in any browser, I see a substantial amount of whitespace around the graph. This makes it much...
For both sankeyNetwork and diagonalNetwork, `margin=c(left=100, right=10)` makes the right margin wide and the left margin narrow (CRAN version of the package). Best, Ulrike
In forceNetwork, clickAction allows to trigger an action when a node is clicked. Would it be possible to add this feature to sankeyNetwork? What I have in mind is to...
HI... I am trying to convert an igraph object to networkD3 object but getting the following error: **Error in sort.list(bx[m$xi]) : 'x' must be atomic for 'sort.list' Have you called...
The following graph should have a green node, but it appears blue. Tested with both the CRAN release and 9c0a9c9ff32c53212d2d43e0ae3cc664137315e6. ```r nodes
Hi, Based on my limited understanding of JavaScript, the clickAction for the nodes currently allows you to show in text the characteristics (such as node name, node size or node...
Hi, Thank you for such a great package!! I am trying to create a network/flow diagram that shows how drugs are connected (through clinical trials). The **nodes** here are the...
Removes the necessity of declaring a new namespace for each using the tag, since there is only one for each title in any case. Working on Chrome 60.0.3112.113, FF 55.0.3,...
Hello, Would it be possible to color the links in Sankey plots? Maybe [this Gist](https://gist.github.com/timelyportfolio/79350d7475a5709b051e#file-code-r) by @timelyportfolio can help... Thank you!
The official [d3-sankey](https://github.com/d3/d3-sankey) library has finally gotten some love recently, it even gained an official [horizontal alignment](https://github.com/d3/d3-sankey/pull/4) feature. Should we consider getting back to tracking the official version? Frankly, I...