christophergandrud / networkD3

D3 JavaScript Network Graphs from R
http://christophergandrud.github.io/networkD3
650 stars 269 forks source link

SankeyNetwork doesn't plot in the viewer #220

Closed hmeleiro closed 6 years ago

hmeleiro commented 6 years ago

I create two data frames (nodes and links), enter the SankeyNetwork with the necesary expresions but nothing plots in the viewer and no error message is shown in the console. I tried with the Energy dataset example and it did work.

This is what I'm trying to plot: sankeyNetwork(Links = TRANSFER20D.26J_2, Nodes = nodes_, Source = "Source", Target = "Target", Value = "Value", NodeID = "Nodos", fontSize = 12, nodeWidth = 20, units = "", NodeGroup = "Nodos", sinksRight = TRUE, LinkGroup = "Target")

cjyetman commented 6 years ago

It is not possible to help you without the data frames you are using and/or a reproducible example. Additionally, these GitHub issues are intended for bugs, feature requests, and intended improvements, not support requests. You may be better served at https://stackoverflow.com