chartjs-chart-boxplot v4.4.4 / BoxPlotChart
Class: BoxPlotChart<DATA, LABEL>
Extends
Chart
<"boxplot"
,DATA
,LABEL
>
Type Parameters
• DATA extends unknown
[] = BoxPlotDataPoint
[]
• LABEL = string
Constructors
new BoxPlotChart()
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`
Defined in
work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:106
Properties
id
static
id:string
=BoxPlotController.id
Defined in
work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:104