networkD3
networkD3 copied to clipboard
D3 JavaScript Network Graphs from R
need to fix JavaScript logic to center radial treeNetwork plots
First, thanks for all the time and effort to create and maintain networkD3! I was wondering if it would be possible to pass a parameter to add a "charge" to...
This is a wonderful package. Currently the legend (`legend = TRUE`) moves around and scales with a forceNetwork when the user pans and zooms, which--I think it's fair to say--is...
Many of the questions or requests I see about `networkD3` here and on stackoverflow etc. involve some desire to stylize the output beyond the existing parameters available. The more inventive...
The error/warning "It looks like Source/Target is not zero-indexed. This is required in JavaScript and so your plot may not render." seems to catch and confuse many people. This seems...
The current behavior of the `useTicks` argument to `chordNetwork` appears to default to a tick interval of 1000, and the tick label format defaults to 'nk' to indicate n thousands....
add a matrix diagram plot type, as described here: https://bost.ocks.org/mike/miserables/ It doesn't benefit much from the interactive possibilities of D3, but it's a valid network visualization type, so to be...
add a hive plot type, as described here: https://bost.ocks.org/mike/hive/ There's an open PR #110 from over a year ago that adds a hive plot type. At a minimum it would...
allow for hierarchical edge bundling in various plot type, as demonstrated here: https://bl.ocks.org/mbostock/7607999 but more easily achieved with [d3.curveBundle](https://github.com/d3/d3-shape/blob/master/README.md#curveBundle) in D3v4
add a zoomable treemap plot type, as described here: https://bost.ocks.org/mike/treemap/ https://github.com/d3/d3-hierarchy#treemap