voxnonecho
voxnonecho
Same issue as #133 but for `radialNetwork()` and related to [this](https://github.com/rstudio/flexdashboard/issues/68#issuecomment-228521468)
I believe this is the same issue as experienced [here](http://stackoverflow.com/questions/38019858/multi-page-flex-dashboard-plots-with-incorrect-zoom-levels) and related to [this](https://github.com/rstudio/flexdashboard/issues/68#issuecomment-228521468)
For example, I want to identify the top 3 values in a bar graph on the right side: ``` v_yr
When trying to save this plot to a PNG, I noticed the dashed line doesn't render properly (they show nicely with SVG) ``` library(dplyr) library(ggvis) data.frame(group = letters[1:4], m =...