Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetDataProps<T, N>

Type parameters

  • T

  • N

Hierarchy

Index

Properties

Optional bandScale

bandScale?: BandScaleFactory | "band"

band scale to use, either constant 'band' or a custom factory function

default

band

Optional combinationAddonPadding

combinationAddonPadding?: number

padding between combination addons

default

1

Optional combinationAddons

combinationAddons?: UpSetAddons<ISetCombination<T>, T, N>

list of addons that should be rendered along the vertical set combinations

Optional combinationMaxScale

combinationMaxScale?: number

maximum combination scale value

default

derived from the combinations

Optional combinations

the set combinations to visualize or the generation options to generate the set combinations by default all set intersections are computed

Optional numericScale

numericScale?: NumericScaleFactory | "linear" | "log"

numeric scale to use, either constants 'linear' or 'log' or a custom factory function

default

linear

Optional setAddonPadding

setAddonPadding?: number

padding between combination addons

default

1

Optional setAddons

setAddons?: UpSetAddons<ISet<T>, T, N>

list of addons that should be rendered along the horizontal sets

Optional setMaxScale

setMaxScale?: number

maximum set scale value

default

derived from the sets

sets

sets: ISets<T>

the sets to visualize

Methods

Optional toElemKey

  • toElemKey(elem: T): string

Optional toKey