r2d3 icon indicating copy to clipboard operation
r2d3 copied to clipboard

Width and Height parameters don't seem to work

Open feddelegrand7 opened this issue 4 years ago • 0 comments

Hi,

Thank you for your amazing work. The package is great. I have only one issue though. As I'm developing a package that relies on r2d3 (link here: https://feddelegrand7.github.io/ddplot/) I've many functions that render some graphics. As suggested by the developers of r2d3, I've included the optional width and height parameters within the R functions, nevertheless, these parameters when used (example: width: 100, height: 100) don't affect the graphics at all.

I'm wondering if you have any example that shows how to work with the width and height parameters when creating a function that relies on r2d3 and a javascript D3 file.

Thank you again. Best. Fodil.

feddelegrand7 avatar May 17 '21 15:05 feddelegrand7