specify theming options
chartTheme(
upsetjs,
theme = NULL,
selection.color = NULL,
alternating.color = NULL,
color = NULL,
has.selection.color = NULL,
text.color = NULL,
hover.hint.color = NULL,
not.member.color = NULL,
value.text.color = NULL,
stroke.color = NULL,
has.selection.opacity = NULL,
opacity = NULL,
filled = NULL
)
an object of class upsetjs
or upsetjs_proxy
theme to use 'dark' or 'light'
selection color
alternating background color
main bar color
main color used when a selection is present
main text color
color of the hover hint
color of the dot if not a member
value text color (venn diagram only)
circle stroke color (venn diagram and karnaugh map only)
main opacity used when a selection is present
main bar opacity
enforce filled circles (venn diagram only)
the object given as first argument