CJ Yetman

Results 151 comments of CJ Yetman

If you have a target resolution (e.g. Rstudio Viewer pane at about 1/4 of the screen), you could estimate when you will have too many nodes to display there and...

Apparently http://rawgit.com has been shut down. You can access the same dataset directly from this repo at: https://raw.githubusercontent.com/christophergandrud/networkD3/master/JSONdata/energy.json ``` r library(networkD3) URL

I don't believe anyone is working on that, but suppose we'd be open to PRs for it.

pretty sure this is related to the viewbox resizing

I have written a number of conversion routines that transform various data formats into formats that the various networkD3 functions require, however, the diagonal networks and sankey networks are based...

Pretty sure this is caused by the `viewbox` SVG property. I gave the following solution to a user on Stack Overflow and it satisfied [their specific use case](https://stackoverflow.com/questions/51145370/tiny-plot-output-from-sankeynetwork-networkd3-in-firefox). Can you...

You'll have to provide a full, reproducible example, because that works for me.

and technically, these issues are not meant to be used as a support forum, so it may be better to create a question on Stack Overflow

@jhuntergit can you put a reprex here to match your comment please? If it’s not the same issue as here, which it sounds like it might not be, then we...

this works for me (macOS 10.14.3, Firefox 65.0.1) ````R --- title: "Data Analysis" date: "2019-01-01T18:00:00-09:00" --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(blogdown) library(networkD3) ``` Lorem ipsum dolor sit...