Skip to content

chartjs-chart-boxplot v4.3.1 / IBoxAndWhiskersOptions

Interface: IBoxAndWhiskersOptions

Extends

Properties

backgroundColor

backgroundColor: string

Default

ts
see rectangle

Scriptable

Indexable

Inherited from

IStatsBaseOptions.backgroundColor

Source

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

Source

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


borderWidth

borderWidth: number

Default

ts
1

Scriptable

Indexable

Inherited from

IStatsBaseOptions.borderWidth

Source

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

Source

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


itemBackgroundColor

itemBackgroundColor: string

background color for items

Default

ts
see rectangle.backgroundColor

Scriptable

Indexable

Inherited from

IStatsBaseOptions.itemBackgroundColor

Source

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

Source

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

Source

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


itemRadius

itemRadius: number

radius used to render items

Default

ts
0 so disabled

Scriptable

Indexable

Inherited from

IStatsBaseOptions.itemRadius

Source

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

Source

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

Source

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

Source

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


meanBorderColor

meanBorderColor: string

border color for mean dot

Default

ts
see rectangle.borderColor

Scriptable

Indexable

Inherited from

IStatsBaseOptions.meanBorderColor

Source

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


meanBorderWidth

meanBorderWidth: number

border width for mean dot

Default

ts
0

Scriptable

Indexable

Inherited from

IStatsBaseOptions.meanBorderWidth

Source

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


meanRadius

meanRadius: number

radius used to mean dots

Default

ts
3

Scriptable

Indexable

Inherited from

IStatsBaseOptions.meanRadius

Source

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


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

Source

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


medianColor

medianColor: string

separate color for the median line

Default

ts
'transparent' takes the current borderColor

Scriptable

Indexable

Source

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

Source

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

Source

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


outlierBorderWidth

outlierBorderWidth: number

Default

ts
1

Scriptable

Indexable

Inherited from

IStatsBaseOptions.outlierBorderWidth

Source

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

Source

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


outlierRadius

outlierRadius: number

radius used to render outliers

Default

ts
2

Scriptable

Indexable

Inherited from

IStatsBaseOptions.outlierRadius

Source

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

Source

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