Skip to content

chartjs-chart-boxplot v4.3.1 / BoxPlotController

Class: BoxPlotController

Extends

Constructors

new BoxPlotController(chart, datasetIndex)

new BoxPlotController(chart, datasetIndex): BoxPlotController

Parameters

chart: Chart<keyof ChartTypeRegistry, (null | number | number[] | [number, number] | Point | BubbleDataPoint | Partial<IBoxPlot> & Pick<IBoxPlot, "max" | "min" | "q1" | "q3" | "median"> | Partial<IViolin> & Pick<IViolin, "median" | "coords">)[], unknown>

datasetIndex: number

Returns

BoxPlotController

Inherited from

StatsBase<IBoxPlot, Required<IBoxplotOptions>>.constructor

Source

.yarn/berry/cache/chart.js-npm-4.4.2-e9b1497a6e-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:159

Properties

id

static readonly id: "boxplot" = 'boxplot'

Overrides

StatsBase.id

Source

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