R/style.R
chartVennLayout.Rd
specify the chart venn layout
chartVennLayout(upsetjs, padding = NULL)
an object of class upsetjs_venn or upsetjs_venn_proxy
upsetjs_venn
upsetjs_venn_proxy
padding around the plot
the object given as first argument
upsetjsVennDiagram() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>% chartVennLayout(padding = 10)