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
Hi
I have two questions about circelpackeR:
I am using circlepackeR in a shiny dashboard.
How do I scale the image so that it fills a box:
MuniRank.box1 <- box(title = p("Municipal Clusters",
actionButton("titleBtId", "", icon = icon("refresh"),
class = "btn-xs", title = "Click to Expand")), width=3, solidHeader = TRUE, renderCirclepackeR(MuniPack))
"MuniPack" is the circlepackeR visualization. How do I scale the image so that it fills the box?
How do you resize the image?
I want to expand the width of the box (so that it covers the 12 column space) and have the image resize (and make the labels in the inner circles more legible). How can I do this?
Thanks
AB
The text was updated successfully, but these errors were encountered:
Hi! Unfortunately, I'm not sure off the top of my head, and I don't really have the cycles to maintain this repo anymore as I no longer use R during my day-to-day. Sorry, wish I could be of more help :(
Hi
I have two questions about circelpackeR:
I am using circlepackeR in a shiny dashboard.
How do I scale the image so that it fills a box:
MuniRank.box1 <- box(title = p("Municipal Clusters",
actionButton("titleBtId", "", icon = icon("refresh"),
class = "btn-xs", title = "Click to Expand")), width=3, solidHeader = TRUE, renderCirclepackeR(MuniPack))
"MuniPack" is the circlepackeR visualization. How do I scale the image so that it fills the box?
How do you resize the image?
I want to expand the width of the box (so that it covers the 12 column space) and have the image resize (and make the labels in the inner circles more legible). How can I do this?
Thanks
AB
The text was updated successfully, but these errors were encountered: