d3scatter icon indicating copy to clipboard operation
d3scatter copied to clipboard

Results 8 d3scatter issues
Sort by recently updated
recently updated
newest added

Requires https://github.com/rstudio/crosstalk/pull/100

d3scatter with filters (using bscols) is extremely close to showing what I need without shiny. The only thing I am having an issue with is the ability, if it exists,...

When I run the following to install d3 devtools::install_github("jcheng5/d3scatter") I get the error message: Installation failed: Timeout was reached: Connection timed out after 10984 milliseconds Does anyone know what I...

There seems to be an issue with the legend being overplotted instead of being replaced when you programmatically change the color variable. I think this change fixes it. This should...

If I have a d3scatter displaying a cloud of points and filter some of them, the selection acts as though they are still there, i.e. if I select the region...

If my data is in a matrix, `d3scatter` can't plot it: library(d3scatter) xy

I am trying to install d3scatter,and Im running into this error. ``` > devtools::install_github("jcheng5/d3scatter") Downloading GitHub repo jcheng5/d3scatter@master from URL https://api.github.com/repos/jcheng5/d3scatter/zipball/master Installing d3scatter Downloading GitHub repo hadley/lazyeval@master from URL https://api.github.com/repos/hadley/lazyeval/zipball/master...

In https://github.com/rstudio/crosstalk/commit/804cb664e1e7b8121f4e505074d112e73b17692e#diff-99b4726f61b16784c813b59b2245ec3d, `crosstalk::dependencies` became a function, so now these [lines](https://github.com/jcheng5/d3scatter/blob/master/R/d3scatter.R#L55-L64) in `d3scatter` will need to change to ``` # create widget htmlwidgets::createWidget( name = 'd3scatter', x, width = width, height...