Skip to content

chartjs-chart-graph v4.3.0 / DendrogramChart

Class: DendrogramChart<DATA, LABEL>

Extends

  • Chart<"dendrogram", DATA, LABEL>

Type parameters

DATA extends unknown[] = IGraphDataPoint[]

LABEL = string

Constructors

new DendrogramChart(item, config)

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`

Source

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

Properties

id

static id: string = DendrogramController.id

Source

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