CJ Yetman
CJ Yetman
There has been some discussion about this here #143 In short, if two htmlwidgets are being displayed on the same page and they use the same Javascript dependency but different...
The arguments in forceNetwork() that specify which variables/columns in the data frames to use could have sensible defaults. At the moment, forceNetwork() will error if all of the arguments below...
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...
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...
Ideally, data passed to `as_treenetdf.data.frame` should include information about **every** node, including the root node, such as... ```r library(networkD3) data
need to write a custom line generation function (in JavaScript) to enable the 'elbow' linkType in radial treeNetwork
The node labels need to be offset from the nodes in the output from treeNetwork, and they need to adapt to the direction of the tree.
need to fix JavaScript logic to center radial treeNetwork plots
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...