networkD3
networkD3 copied to clipboard
D3 JavaScript Network Graphs from R
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...
Thanks for a truly great package, I was wondering if there was any way of setting the initial zoom of a networkD3 forceNetwork plot? Zooming via the mouse works perfectly,...
Any plans for `sankeyNetwork(NodeGroup = "column_with_color", legend = TRUE)`?
I have a simple shiny app with a sankey chart. It works on all browsers, but in Firefox is incredibly small to the point of been unusable. Could it be...
Display the count of the node on the node label.
windows 10, problem with RCurls and TLS ``` URL > [1] "OpenSSL/1.0.0o" ```
Aims to resolve #277. The Sankey network now includes the arrows = T option (F by default) to add directed arrows within the link bar between nodes with opacity darker...
Fixes #281 Calling `check_zero()` too early in the function resulted in a bug where 1-indexed input would not be detected if either: * `Links` was not a `data.frame` * `Source`...
Hi, thanks for an awesome package! I've found an issue where assumptions made by `check_zero()` cause some graph plotting operations to fail silently if you have a 1-indexed rather than...
Hallo All, how is it possible to create a line break in a `radialNetwork`? `\n` or `` don't work. Thank you very much, Dirk