Skip to content

chartjs-chart-boxplot v4.3.1 / IBoxAndWhiskerProps

Interface: IBoxAndWhiskerProps

Extends

Properties

height

height: number

Inherited from

IStatsBaseProps.height

Source

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


items

items: number[]

Inherited from

IStatsBaseProps.items

Source

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


mean

mean: number

Source

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


median

median: number

Source

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


outliers

outliers: number[]

Inherited from

IStatsBaseProps.outliers

Source

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


q1

q1: number

Source

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


q3

q3: number

Source

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


whiskerMax

whiskerMax: number

Source

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


whiskerMin

whiskerMin: number

Source

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


width

width: number

Inherited from

IStatsBaseProps.width

Source

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


x

x: number

Inherited from

IStatsBaseProps.x

Source

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


y

y: number

Inherited from

IStatsBaseProps.y

Source

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