Skip to content

chartjs-chart-graph / ForceDirectedGraphChart

Class: ForceDirectedGraphChart<DATA, LABEL>

Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/ForceDirectedGraphController.ts:425

Extends

  • Chart<"forceDirectedGraph", DATA, LABEL>

Type Parameters

DATA

DATA extends unknown[] = IGraphDataPoint[]

LABEL

LABEL = string

Constructors

Constructor

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

Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/ForceDirectedGraphController.ts:432

Parameters

item

ChartItem

config

Omit<ChartConfiguration<"forceDirectedGraph", DATA, LABEL>, "type">

Returns

ForceDirectedGraphChart<DATA, LABEL>

Overrides

Chart< 'forceDirectedGraph', DATA, LABEL >.constructor

Properties

id

static id: string = ForceDirectedGraphController.id

Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/ForceDirectedGraphController.ts:430