Skip to content

chartjs-chart-boxplot v4.4.4 / IBoxAndWhiskersOptions

Interface: IBoxAndWhiskersOptions

Extends

Properties

backgroundColor

backgroundColor: string

Default

ts
see rectangle
scriptable
indexable

Inherited from

IStatsBaseOptions.backgroundColor

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:12


borderColor

borderColor: string

Default

ts
see rectangle
scriptable
indexable

Inherited from

IStatsBaseOptions.borderColor

Defined in

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


borderWidth

borderWidth: number

Default

ts
1
scriptable
indexable

Inherited from

IStatsBaseOptions.borderWidth

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

ts
2
scriptable
indexable

Inherited from

IStatsBaseOptions.hitPadding

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:133


itemBackgroundColor

itemBackgroundColor: string

background color for items

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Inherited from

IStatsBaseOptions.itemBackgroundColor

Defined in

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


itemBorderColor

itemBorderColor: string

border color for items

Default

ts
see rectangle.borderColor
scriptable
indexable

Inherited from

IStatsBaseOptions.itemBorderColor

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:110


itemBorderWidth

itemBorderWidth: number

border width for items

Default

ts
0
scriptable
indexable

Inherited from

IStatsBaseOptions.itemBorderWidth

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

ts
0
scriptable
indexable

Inherited from

IStatsBaseOptions.itemHitRadius

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:125


itemRadius

itemRadius: number

radius used to render items

Default

ts
0 so disabled
scriptable
indexable

Inherited from

IStatsBaseOptions.itemRadius

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

ts
circle

Inherited from

IStatsBaseOptions.itemStyle

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:76


lowerBackgroundColor

lowerBackgroundColor: string

color the lower half (median-q3) of the box in a different color

Default

ts
'transparent' takes the current borderColor
scriptable
indexable

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/BoxAndWiskers.ts:30


meanBackgroundColor

meanBackgroundColor: string

background color for mean dot

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Inherited from

IStatsBaseOptions.meanBackgroundColor

Defined in

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


meanBorderColor

meanBorderColor: string

border color for mean dot

Default

ts
see rectangle.borderColor
scriptable
indexable

Inherited from

IStatsBaseOptions.meanBorderColor

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:181


meanBorderWidth

meanBorderWidth: number

border width for mean dot

Default

ts
0
scriptable
indexable

Inherited from

IStatsBaseOptions.meanBorderWidth

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:189


meanRadius

meanRadius: number

radius used to mean dots

Default

ts
3
scriptable
indexable

Inherited from

IStatsBaseOptions.meanRadius

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

ts
circle

Inherited from

IStatsBaseOptions.meanStyle

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:147


medianColor

medianColor: string

separate color for the median line

Default

ts
'transparent' takes the current borderColor
scriptable
indexable

Defined in

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


outlierBackgroundColor

outlierBackgroundColor: string

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierBackgroundColor

Defined in

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


outlierBorderColor

outlierBorderColor: string

Default

ts
see rectangle.borderColor
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierBorderColor

Defined in

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


outlierBorderWidth

outlierBorderWidth: number

Default

ts
1
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierBorderWidth

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

ts
4
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierHitRadius

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:141


outlierRadius

outlierRadius: number

radius used to render outliers

Default

ts
2
scriptable
indexable

Inherited from

IStatsBaseOptions.outlierRadius

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

ts
circle

Inherited from

IStatsBaseOptions.outlierStyle

Defined in

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/elements/base.ts:32