CJ Yetman

Results 151 comments of CJ Yetman

@jhuntergit can you attach the generated HTML file that you get from running **my** example code above (the version that has the fix that works on my computer). I'll test...

@jhuntergit thanks for your willingness, but please do **not** attach a page from your website here. That doesn’t have any relevance here. Only attach the HTML output from running precisely...

Definitely don’t want the R console output. Just one HTML file. Still looks like you’re trying to show me your webpage. I don’t want that. I want the output from...

Great, thanks. I’m on vacation for the next 10 days or so, but this reduced/minimized example is probably exactly what I need to figure it out.

Without being able to try it out myself, I can make a guess already that there should be a `[1]` instead of a `[0]` in the JavaScript you’re passing with...

Just be aware that... ```r htmlwidgets::onStaticRenderComplete('$.each( document.getElementsByTagName("svg"), function( index, value ){value.setAttribute("viewBox", null);});') ``` requires jQuery and removes the viewBox from every SVG on the page, no matter what they are...

I think I have a minimal reproducible example of this. Save this as an .Rmd --- title: "radial in flex dashboard" author: "CJ Yetman" output: flexdashboard::flex_dashboard: mathjax: null --- ```{r...

treeNetwork now supersedes diagonalNetwork, dendroNetwork, and radialNetwork, but this issue still exists. new example... ````RMarkdown --- title: "radial in flex dashboard" author: "CJ Yetman" output: flexdashboard::flex_dashboard: mathjax: null --- ```{r...

changed title to better reflect the issue

a few links to discussions elsewhere about this problem... [htmlwidgets: d3 v4](https://github.com/ramnathv/htmlwidgets/issues/211) [htmlwidgets: Robust javascript dependency handling in the browser](https://github.com/ramnathv/htmlwidgets/issues/121) [htmlwidgets: iframe support](https://github.com/ramnathv/htmlwidgets/issues/58) [sankyD3: handle d3v3, d3v4 conflicts with other...