Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VennDiagramStyleProps<L>

Type parameters

  • L

Hierarchy

Index

Properties

Optional description

description?: L

optional description text for the plot

Optional exportButtons

exportButtons?: boolean | UpSetExportOptions

show export buttons

default

true

Optional fontFamily

fontFamily?: string | false

specify the overall font family, set to false to use the default font family

default

sans-serif

Optional fontSizes

specify font sizes for different sub elements

Optional queryLegend

queryLegend?: boolean

show a legend of queries enabled by default when queries are set

Optional theme

theme?: UpSetThemes

basic theme of the plot either 'light' or 'dark'

default

light

Optional title

title?: L

optional title text for the plot

Optional tooltips

tooltips?: boolean

whether to render tooltips aka title attributes

default

true