powered by
upsetjs sizing policy
upsetjsSizingPolicy( defaultWidth = "100%", defaultHeight = 400, padding = 0, browser.fill = TRUE, ... )
An htmlwidgets::sizingPolicy object
htmlwidgets::sizingPolicy
defaults to "100%" of the available width
"100%"
defaults to 400px tall
defaults to 0px
defaults to TRUE
TRUE
all other arguments supplied to htmlwidgets::sizingPolicy
upsetjs(sizingPolicy = upsetjsSizingPolicy(padding = 20)) %>% fromList(list(a = c(1, 2, 3), b = c(2, 3)))
Run the code above in your browser using DataLab