chartjs-chart-boxplot / ViolinChart
Class: ViolinChart<DATA, LABEL>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/ViolinController.ts:106
Extends
Chart<"violin",DATA,LABEL>
Type Parameters
DATA
DATA extends unknown[] = ViolinDataPoint[]
LABEL
LABEL = string
Constructors
Constructor
new ViolinChart<
DATA,LABEL>(item,config):ViolinChart<DATA,LABEL>
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/ViolinController.ts:113
Parameters
item
ChartItem
config
Omit<ChartConfiguration<"violin", DATA, LABEL>, "type">
Returns
ViolinChart<DATA, LABEL>
Overrides
Chart< 'violin', DATA, LABEL >.constructor
Properties
id
staticid:string=ViolinController.id
Defined in: work/chartjs-chart-boxplot/chartjs-chart-boxplot/src/controllers/ViolinController.ts:111