rstudio / shiny-examples

Other
1.96k stars 3.78k forks source link

Add networkD3 sankey plot test app #132

Closed alandipert closed 5 years ago

alandipert commented 5 years ago

This app tests 3 possible interactions between Shiny and the sankey plot from the networkD3 package:

  1. https://github.com/rstudio/shiny/issues/2349
  2. https://github.com/rstudio/shiny/issues/2329
  3. https://github.com/rstudio/shiny/issues/1817

Item 1 is fixed on the rc-v1.3.0 branch of Shiny but is not yet fixed on Shiny master. Items 2 and 3 are not yet fixed on either rc-v1.3.0 or master. After rc-v1.3.0 is accepted on CRAN and merged to master, I'll make a PR fixing them.