Skip to content

chartjs-chart-boxplot v4.3.1 / BoxPlotChart

Class: BoxPlotChart<DATA, LABEL>

Extends

  • Chart<"boxplot", DATA, LABEL>

Type parameters

DATA extends unknown[] = BoxPlotDataPoint[]

LABEL = string

Constructors

new BoxPlotChart(item, config)

new BoxPlotChart<DATA, LABEL>(item, config): BoxPlotChart<DATA, LABEL>

Parameters

item: ChartItem

config: Omit<ChartConfiguration<"boxplot", DATA, LABEL>, "type">

Returns

BoxPlotChart<DATA, LABEL>

Overrides

`Chart< 'boxplot', DATA, LABEL

.constructor`

Source

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:103

Properties

id

static id: string = BoxPlotController.id

Source

work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:101