Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VennDiagramThemeProps

Hierarchy

Index

Properties

Optional color

color?: string

main color to render bars and dark dots

default

black

Optional filled

filled?: boolean

whether to fill the circles

default

false

Optional hasSelectionColor

hasSelectionColor?: string

main color used when a selection is present

default

undefined

Optional hasSelectionOpacity

hasSelectionOpacity?: number

main opacity used when a selection is present

default

undefined

Optional opacity

opacity?: number

main opacity

default

undefined

Optional selectionColor

selectionColor?: string

color used to highlight the selection

default

orange

Optional strokeColor

strokeColor?: string

stroke color to render around sets or cells

default

black

Optional textColor

textColor?: string

main color to render text

default

black

Optional valueTextColor

valueTextColor?: string

main color to render text

default

black