Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetStyleProps<L>

Type parameters

  • L

Hierarchy

  • UpSetBaseStyleProps<L>
    • UpSetStyleProps

Index

Properties

Optional barLabelOffset

barLabelOffset?: number

offset of the label on top or left of a bar

default

2

Optional combinationName

combinationName?: L

combination axis label

default

Intersection Size

Optional combinationNameAxisOffset

combinationNameAxisOffset?: number | "auto"

offset of the combination name from the combination y axis. 'auto' means that it will be guessed according to the current values

default

auto

Optional description

description?: L

optional description text for the plot

Optional emptySelection

emptySelection?: boolean

render empty selection for better performance

default

true

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

fontSizes?: UpSetFontSizes

specify font sizes for different sub elements

Optional queryLegend

queryLegend?: boolean

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

Optional setName

setName?: L

set axis label

default

Set Size

Optional setNameAxisOffset

setNameAxisOffset?: number | "auto"

offset of the set name from the set x axis. 'auto' means that it will be guessed according to the current values

default

auto

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