rstudio / r2d3

R Interface to D3 Visualizations
https://rstudio.github.io/r2d3
Other
518 stars 103 forks source link

Why does the image produced from r2d3 is static? #82

Open dhwani2410 opened 4 years ago

dhwani2410 commented 4 years ago

I have used this code

library(r2d3) r2d3(data = jsonlite::read_json("flare.json"), d3_version = 4, script = "circlepacking.js")

But the image generated is static and I cannot zoom into circles individually