Atrebas
Results
2
issues of
Atrebas
In forceNetwork, clickAction allows to trigger an action when a node is clicked. Would it be possible to add this feature to sankeyNetwork? What I have in mind is to...
sankeyNetwork
feature request
Hi, Could you clarify the behaviour below? Maybe I missed something... ``` r library(rbokeh) library(data.table) dat = data.table(x=1:3, y=c(1,1.5,1)+rep(0:3, each=3), group=rep(LETTERS[1:4], each=3), color=rep(c("blue","red"), each=3)) ## #1. The three following lines...