chartjs-chart-boxplot / IStatsBaseOptions
Interface: IStatsBaseOptions
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:6
Extended by
Properties
backgroundColor
backgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:12
Default
see rectangle
scriptable
indexableborderColor
borderColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:19
Default
see rectangle
scriptable
indexableborderWidth
borderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:26
Default
1
scriptable
indexablehitPadding
hitPadding:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:133
padding that is added around the bounding box when computing a mouse hit
Default
2
scriptable
indexableitemBackgroundColor
itemBackgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:102
background color for items
Default
see rectangle.backgroundColor
scriptable
indexableitemBorderColor
itemBorderColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:110
border color for items
Default
see rectangle.borderColor
scriptable
indexableitemBorderWidth
itemBorderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:118
border width for items
Default
0
scriptable
indexableitemHitRadius
itemHitRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:125
hit radius for hit test of items
Default
0
scriptable
indexableitemRadius
itemRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:94
radius used to render items
Default
0 so disabled
scriptable
indexableitemStyle
itemStyle:
"triangle"|"circle"|"line"|"rect"|"cross"|"crossRot"|"dash"|"rectRounded"|"rectRot"|"star"
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:76
item style used to render items
Default
circlemeanBackgroundColor
meanBackgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:173
background color for mean dot
Default
see rectangle.backgroundColor
scriptable
indexablemeanBorderColor
meanBorderColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:181
border color for mean dot
Default
see rectangle.borderColor
scriptable
indexablemeanBorderWidth
meanBorderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:189
border width for mean dot
Default
0
scriptable
indexablemeanRadius
meanRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:165
radius used to mean dots
Default
3
scriptable
indexablemeanStyle
meanStyle:
"triangle"|"circle"|"line"|"rect"|"cross"|"crossRot"|"dash"|"rectRounded"|"rectRot"|"star"
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:147
item style used to render mean dot
Default
circleoutlierBackgroundColor
outlierBackgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:57
Default
see rectangle.backgroundColor
scriptable
indexableoutlierBorderColor
outlierBorderColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:64
Default
see rectangle.borderColor
scriptable
indexableoutlierBorderWidth
outlierBorderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:70
Default
1
scriptable
indexableoutlierHitRadius
outlierHitRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:141
hit radius for hit test of outliers
Default
4
scriptable
indexableoutlierRadius
outlierRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:50
radius used to render outliers
Default
2
scriptable
indexableoutlierStyle
outlierStyle:
"triangle"|"circle"|"line"|"rect"|"cross"|"crossRot"|"dash"|"rectRounded"|"rectRot"|"star"
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:32
item style used to render outliers
Default
circle