chartjs-chart-boxplot / IBoxAndWhiskersOptions
Interface: IBoxAndWhiskersOptions
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/BoxAndWiskers.ts:15
Extends
Properties
backgroundColor
backgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:12
Default
see rectangle
scriptable
indexableInherited from
IStatsBaseOptions.backgroundColor
borderColor
borderColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:19
Default
see rectangle
scriptable
indexableInherited from
borderWidth
borderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:26
Default
1
scriptable
indexableInherited from
hitPadding
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
indexableInherited from
itemBackgroundColor
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
indexableInherited from
IStatsBaseOptions.itemBackgroundColor
itemBorderColor
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
indexableInherited from
IStatsBaseOptions.itemBorderColor
itemBorderWidth
itemBorderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:118
border width for items
Default
0
scriptable
indexableInherited from
IStatsBaseOptions.itemBorderWidth
itemHitRadius
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
indexableInherited from
IStatsBaseOptions.itemHitRadius
itemRadius
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
indexableInherited from
itemStyle
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
circleInherited from
lowerBackgroundColor
lowerBackgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/BoxAndWiskers.ts:30
color the lower half (median-q3) of the box in a different color
Default
'transparent' takes the current borderColor
scriptable
indexablemeanBackgroundColor
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
indexableInherited from
IStatsBaseOptions.meanBackgroundColor
meanBorderColor
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
indexableInherited from
IStatsBaseOptions.meanBorderColor
meanBorderWidth
meanBorderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:189
border width for mean dot
Default
0
scriptable
indexableInherited from
IStatsBaseOptions.meanBorderWidth
meanRadius
meanRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:165
radius used to mean dots
Default
3
scriptable
indexableInherited from
meanStyle
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
circleInherited from
medianColor
medianColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/BoxAndWiskers.ts:22
separate color for the median line
Default
'transparent' takes the current borderColor
scriptable
indexableoutlierBackgroundColor
outlierBackgroundColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:57
Default
see rectangle.backgroundColor
scriptable
indexableInherited from
IStatsBaseOptions.outlierBackgroundColor
outlierBorderColor
outlierBorderColor:
string
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:64
Default
see rectangle.borderColor
scriptable
indexableInherited from
IStatsBaseOptions.outlierBorderColor
outlierBorderWidth
outlierBorderWidth:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:70
Default
1
scriptable
indexableInherited from
IStatsBaseOptions.outlierBorderWidth
outlierHitRadius
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
indexableInherited from
IStatsBaseOptions.outlierHitRadius
outlierRadius
outlierRadius:
number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:50
radius used to render outliers
Default
2
scriptable
indexableInherited from
IStatsBaseOptions.outlierRadius
outlierStyle
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