You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on some visualization using the r2d3 package and integrating the d3output on a Shiny Dashboard.
While I completed what I thought would be the difficult chunks of work, I am stuck at a rather trivial stage.
After generating the d3output, I am not able to restrict it inside a box within a dashboardPage - it is covering the complete width of the page (including sidebarPanel) and eclipsing the dashboard, while the box where it is declared to appear is displaying as an empty box.
Please let me know what I might be missing out on here. I have spent a lot of time on this but have not been able to crack this one.
Please find a snip of the dashboard to better understand the issue.
I was having the same problem. I think if you add options(r2d3.shadow = FALSE) to your r2d3() call, you'll be able to render your viz in the correct place https://rstudio.github.io/r2d3/reference/r2d3.html
I am working on some visualization using the r2d3 package and integrating the d3output on a Shiny Dashboard.
While I completed what I thought would be the difficult chunks of work, I am stuck at a rather trivial stage.
After generating the d3output, I am not able to restrict it inside a box within a dashboardPage - it is covering the complete width of the page (including sidebarPanel) and eclipsing the dashboard, while the box where it is declared to appear is displaying as an empty box.
Please let me know what I might be missing out on here. I have spent a lot of time on this but have not been able to crack this one.
Please find a snip of the dashboard to better understand the issue.
Here is how I'm writing the code:
Due to the confidential nature of the data, I can't share the supporting files. Pardon me for the partial content.
--
Thanks & Regards,
Apoorv Mehrotra
The text was updated successfully, but these errors were encountered: