powered by
specify chart font sizes
chartFontSizes( upsetjs, font.family = NULL, chart.label = NULL, set.label = NULL, axis.tick = NULL, bar.label = NULL, legend = NULL, title = NULL, description = NULL, export.label = NULL, value.label = NULL )
an object of class upsetjs or upsetjs_proxy
upsetjs
upsetjs_proxy
specify the font family to render
font size of the chart label, default: 16px
font size of the set label, default: 10px
font size of the axis tick, default: 16px
font size of the bar label, default: 10px
font size of the legend label, default: 10px
font size of the chart title, default: 24px
font size of the chart description, default: 16px
font size of the export label, default: 10px
font size of the value label, (venn diagram only) default: 12px
the object given as first argument
# NOT RUN { upsetjs() %>% fromList(list(a=c(1,2,3), b=c(2,3))) %>% chartFontSizes(font.family="serif") # }
Run the code above in your browser using DataLab