Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional barPadding

barPadding?: number

padding argument for scaleBand

default

0.1

Optional dotPadding

dotPadding?: number

padding factor the for dots

default

0.7

height

height: number

height of the chart

Optional heightRatios

heightRatios?: [number]

height ratios for different plots, if a number larger than 1 is given, it is interpreted as pixel values [intersection chart, set chart = derived]

default

[0.6]

Optional padding

padding?: number

padding within the svg

default

5

Optional setLabelAlignment

setLabelAlignment?: "left" | "center" | "right"

alignment for the set labels

default

'center'

width

width: number

width of the chart

Optional widthRatios

widthRatios?: [number, number]

width ratios for different plots, if a number larger than 1 is given, it is interpreted as pixel values [set chart, set labels, intersection chart = derived]

default

[0.21, 0.19]