Skip to content

chartjs-chart-boxplot v4.4.4 / IStatsBaseOptions

Interface: IStatsBaseOptions

Extended by

Properties

backgroundColor

backgroundColor: string

Default

ts
see rectangle
scriptable
indexable

Defined in

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


borderColor

borderColor: string

Default

ts
see rectangle
scriptable
indexable

Defined in

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


borderWidth

borderWidth: number

Default

ts
1
scriptable
indexable

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

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

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

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

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

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

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

Defined in

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


meanBackgroundColor

meanBackgroundColor: string

background color for mean dot

Default

ts
see rectangle.backgroundColor
scriptable
indexable

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

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

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

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

Defined in

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


outlierBackgroundColor

outlierBackgroundColor: string

Default

ts
see rectangle.backgroundColor
scriptable
indexable

Defined in

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


outlierBorderColor

outlierBorderColor: string

Default

ts
see rectangle.borderColor
scriptable
indexable

Defined in

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


outlierBorderWidth

outlierBorderWidth: number

Default

ts
1
scriptable
indexable

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

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

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

Defined in

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