Skip to content

chartjs-chart-boxplot v4.4.4 / BoxPlotDataPoint

Type Alias: BoxPlotDataPoint

BoxPlotDataPoint: number[] | Partial<IBoxPlot> & Pick<IBoxPlot, "min" | "max" | "median" | "q1" | "q3">

Defined in

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