Skip to content

chartjs-chart-boxplot v4.3.1 / IStatsBaseOptions

Interface: IStatsBaseOptions

Extended by

Properties

backgroundColor

backgroundColor: string

Default

ts
see rectangle

Scriptable

Indexable

Source

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


borderColor

borderColor: string

Default

ts
see rectangle

Scriptable

Indexable

Source

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


borderWidth

borderWidth: number

Default

ts
1

Scriptable

Indexable

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

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

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

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

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

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

Source

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

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

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

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

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

Source

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


outlierBackgroundColor

outlierBackgroundColor: string

Default

ts
see rectangle.backgroundColor

Scriptable

Indexable

Source

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


outlierBorderColor

outlierBorderColor: string

Default

ts
see rectangle.borderColor

Scriptable

Indexable

Source

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


outlierBorderWidth

outlierBorderWidth: number

Default

ts
1

Scriptable

Indexable

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

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

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

Source

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