Skip to content

chartjs-chart-graph v4.3.4 / DendrogramChart

Class: DendrogramChart<DATA, LABEL>

Extends

  • Chart<"dendrogram", DATA, LABEL>

Type Parameters

DATA extends unknown[] = IGraphDataPoint[]

LABEL = string

Constructors

new DendrogramChart()

new DendrogramChart<DATA, LABEL>(item, config): DendrogramChart<DATA, LABEL>

Parameters

item: ChartItem

config: Omit<ChartConfiguration<"dendrogram", DATA, LABEL>, "type">

Returns

DendrogramChart<DATA, LABEL>

Overrides

`Chart< 'dendrogram', DATA, LABEL

.constructor`

Defined in

work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:217

Properties

id

static id: string = DendrogramController.id

Defined in

work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:215