chartjs-chart-boxplot / BoxPlotChart
Class: BoxPlotChart<DATA, LABEL>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:99
Extends
Chart
<"boxplot"
,DATA
,LABEL
>
Type Parameters
DATA
DATA
extends unknown
[] = BoxPlotDataPoint
[]
LABEL
LABEL
= string
Constructors
Constructor
new BoxPlotChart<
DATA
,LABEL
>(item
,config
):BoxPlotChart
<DATA
,LABEL
>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:106
Parameters
item
ChartItem
config
Omit
<ChartConfiguration
<"boxplot"
, DATA
, LABEL
>, "type"
>
Returns
BoxPlotChart
<DATA
, LABEL
>
Overrides
Chart< 'boxplot', DATA, LABEL >.constructor
Properties
id
static
id:string
=BoxPlotController.id
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:104