chartjs-chart-graph / DendrogramChart
Class: DendrogramChart<DATA, LABEL>
Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:210
Extends
Chart<"dendrogram",DATA,LABEL>
Type Parameters
DATA
DATA extends unknown[] = IGraphDataPoint[]
LABEL
LABEL = string
Constructors
Constructor
new DendrogramChart<
DATA,LABEL>(item,config):DendrogramChart<DATA,LABEL>
Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:217
Parameters
item
ChartItem
config
Omit<ChartConfiguration<"dendrogram", DATA, LABEL>, "type">
Returns
DendrogramChart<DATA, LABEL>
Overrides
Chart< 'dendrogram', DATA, LABEL >.constructor
Properties
id
staticid:string=DendrogramController.id
Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:215