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