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

need to fix JavaScript logic to center radial treeNetwork plots

bug
treeNetwork

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...

bug
treeNetwork

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...

enhancement
forceNetwork

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...

enhancement
feature request

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...

enhancement
forceNetwork

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....

bug
chordNetwork

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...

enhancement
new plot type

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...

enhancement
new plot type

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

enhancement

add a zoomable treemap plot type, as described here: https://bost.ocks.org/mike/treemap/ https://github.com/d3/d3-hierarchy#treemap

enhancement
new plot type