chartjs-chart-boxplot / BoxPlotControllerDatasetOptions
Interface: BoxPlotControllerDatasetOptions
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:71
Extends
ControllerDatasetOptions.Pick<BarControllerDatasetOptions,"barPercentage"|"barThickness"|"categoryPercentage"|"maxBarThickness"|"minBarLength">.IBoxplotOptions.ScriptableAndArrayOptions<IBoxAndWhiskersOptions,ScriptableContext<"boxplot">>.ScriptableAndArrayOptions<CommonHoverOptions,ScriptableContext<"boxplot">>.AnimationOptions<"boxplot">
Properties
backgroundColor
backgroundColor:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:12
Default
see rectangle
scriptable
indexableInherited from
IStatsBaseOptions.backgroundColor
borderColor
borderColor:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:19
Default
see rectangle
scriptable
indexableInherited from
borderWidth
borderWidth:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:26
Default
1
scriptable
indexableInherited from
coef?
optionalcoef:number
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/data.ts:123
from the R doc: this determines how far the plot ‘whiskers’ extend out from the box. If coef is positive, the whiskers extend to the most extreme data point which is no more than coef times the length of the box away from the box. A value of zero causes the whiskers to extend to the data extremes
Default
1.5Inherited from
IBoxplotOptions.coef
hitPadding
hitPadding:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<"triangle"|"circle"|"line"|"rect"|"cross"|"crossRot"|"dash"|"rectRounded"|"rectRot"|"star",ScriptableContext<"boxplot">>
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:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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
indexableInherited from
IBoxAndWhiskersOptions.lowerBackgroundColor
maxStats?
optionalmaxStats:"max"|"q3"|"whiskerMax"
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/data.ts:114
statistic measure that should be used for computing the maximal data limit
Default
'max'Inherited from
IBoxplotOptions.maxStats
meanBackgroundColor
meanBackgroundColor:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<"triangle"|"circle"|"line"|"rect"|"cross"|"crossRot"|"dash"|"rectRounded"|"rectRot"|"star",ScriptableContext<"boxplot">>
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:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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
indexableInherited from
IBoxAndWhiskersOptions.medianColor
minStats?
optionalminStats:"min"|"q1"|"whiskerMin"
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/data.ts:108
statistic measure that should be used for computing the minimal data limit
Default
'min'Inherited from
IBoxplotOptions.minStats
outlierBackgroundColor
outlierBackgroundColor:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<string,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:70
Default
1
scriptable
indexableInherited from
IStatsBaseOptions.outlierBorderWidth
outlierHitRadius
outlierHitRadius:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<number,ScriptableContext<"boxplot">>
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:
ScriptableAndArray<"triangle"|"circle"|"line"|"rect"|"cross"|"crossRot"|"dash"|"rectRounded"|"rectRot"|"star",ScriptableContext<"boxplot">>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:32
item style used to render outliers
Default
circleInherited from
IStatsBaseOptions.outlierStyle
quantiles?
optionalquantiles:QuantileMethod
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/data.ts:137
the method to compute the quantiles.
7, 'quantiles': the type-7 method as used by R 'quantiles' method. 'hinges' and 'fivenum': the method used by R 'boxplot.stats' method. 'linear': the interpolation method 'linear' as used by 'numpy.percentile' function 'lower': the interpolation method 'lower' as used by 'numpy.percentile' function 'higher': the interpolation method 'higher' as used by 'numpy.percentile' function 'nearest': the interpolation method 'nearest' as used by 'numpy.percentile' function 'midpoint': the interpolation method 'midpoint' as used by 'numpy.percentile' function
Default
7Inherited from
IBoxplotOptions.quantiles
whiskersMode?
optionalwhiskersMode:"exact"|"nearest"
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/data.ts:146
the method to compute the whiskers.
'nearest': with this mode computed whisker values will be replaced with nearest real data points 'exact': with this mode exact computed whisker values will be displayed on chart
Default
'nearest'Inherited from
IBoxplotOptions.whiskersMode