Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetPlotFullProps<T>

Type parameters

  • T

Hierarchy

Index

Properties

alternatingBackgroundColor

alternatingBackgroundColor: string | false

color used to highlight alternating background in the sets for easier comparison set to false to disable alternating pattern

color

color: string

main color to render bars and dark dots

default

black

description

description: string

hasSelectionColor

hasSelectionColor: string

main color used when a selection is present

default

undefined

hasSelectionOpacity

hasSelectionOpacity: number

main opacity used when a selection is present

default

undefined

hoverHintColor

hoverHintColor: string

color for the hover hint rects for set combinations

notMemberColor

notMemberColor: string

color for dots that indicate it is not a member

opacity

opacity: number

main opacity

default

undefined

Optional queries

queries?: UpSetQueries<T>

list of queries as an alternative to provide a single selection

Optional selection

selection?: UpSetSelection<T>

selectionColor

selectionColor: string

color used to highlight the selection

default

orange

textColor

textColor: string

main color to render text

default

black

theme

title

title: string

Methods

Optional onClick

  • onClick(selection: null | ISetLike<T> | readonly T[]): void

Optional onHover

  • onHover(selection: null | ISetLike<T> | readonly T[]): void