chartjs-chart-boxplot v4.4.4 / BoxPlotController
Class: BoxPlotController
Extends
StatsBase
<IBoxPlot
,Required
<IBoxplotOptions
>>
Constructors
new BoxPlotController()
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
Inherited from
StatsBase<IBoxPlot, Required<IBoxplotOptions>>.constructor
Defined in
.yarn/berry/cache/chart.js-npm-4.4.6-179caaa878-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:159
Properties
id
readonly
static
id:"boxplot"
='boxplot'
Overrides
StatsBase.id
Defined in
work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/BoxPlotController.ts:43