Skip to content

chartjs-chart-boxplot / IStatsBaseOptions

Interface: IStatsBaseOptions

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

Extended by

Properties

backgroundColor

backgroundColor: string

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

Default

ts
see rectangle
scriptable
indexable

borderColor

borderColor: string

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

Default

ts
see rectangle
scriptable
indexable

borderWidth

borderWidth: number

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

Default

ts
1
scriptable
indexable

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

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

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

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

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

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

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

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

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

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

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

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

outlierBackgroundColor

outlierBackgroundColor: string

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

Default

ts
see rectangle.backgroundColor
scriptable
indexable

outlierBorderColor

outlierBorderColor: string

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

Default

ts
see rectangle.borderColor
scriptable
indexable

outlierBorderWidth

outlierBorderWidth: number

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

Default

ts
1
scriptable
indexable

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

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

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