r2d3
r2d3 copied to clipboard
Width and Height parameters don't seem to work
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.