Skip to content

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

ts
see rectangle
scriptable
indexable

Inherited from

IStatsBaseOptions.backgroundColor


borderColor

borderColor: string

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:19

Default

ts
see rectangle
scriptable
indexable

Inherited from

IStatsBaseOptions.borderColor


borderWidth

borderWidth: number

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:26

Default

ts
1
scriptable
indexable

Inherited from

IStatsBaseOptions.borderWidth


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

ts
2
scriptable
indexable

Inherited from

IStatsBaseOptions.hitPadding


itemBackgroundColor

itemBackgroundColor: string

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:102

background color for items

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Inherited 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

ts
see rectangle.borderColor
scriptable
indexable

Inherited 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

ts
0
scriptable
indexable

Inherited 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

ts
0
scriptable
indexable

Inherited 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

ts
0 so disabled
scriptable
indexable

Inherited from

IStatsBaseOptions.itemRadius


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

ts
circle

Inherited from

IStatsBaseOptions.itemStyle


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

ts
'transparent' takes the current borderColor
scriptable
indexable

meanBackgroundColor

meanBackgroundColor: string

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:173

background color for mean dot

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Inherited 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

ts
see rectangle.borderColor
scriptable
indexable

Inherited 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

ts
0
scriptable
indexable

Inherited 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

ts
3
scriptable
indexable

Inherited from

IStatsBaseOptions.meanRadius


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

ts
circle

Inherited from

IStatsBaseOptions.meanStyle


medianColor

medianColor: string

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/BoxAndWiskers.ts:22

separate color for the median line

Default

ts
'transparent' takes the current borderColor
scriptable
indexable

outlierBackgroundColor

outlierBackgroundColor: string

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:57

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierBackgroundColor


outlierBorderColor

outlierBorderColor: string

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:64

Default

ts
see rectangle.borderColor
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierBorderColor


outlierBorderWidth

outlierBorderWidth: number

Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:70

Default

ts
1
scriptable
indexable

Inherited 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

ts
4
scriptable
indexable

Inherited 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

ts
2
scriptable
indexable

Inherited 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

ts
circle

Inherited from

IStatsBaseOptions.outlierStyle