Skip to content

chartjs-chart-graph v4.3.0 / GraphChart

Class: GraphChart<DATA, LABEL>

Extends

  • Chart<"graph", DATA, LABEL>

Type parameters

DATA extends unknown[] = IGraphDataPoint[]

LABEL = string

Constructors

new GraphChart(item, config)

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

Parameters

item: ChartItem

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

Returns

GraphChart<DATA, LABEL>

Overrides

`Chart< 'graph', DATA, LABEL

.constructor`

Source

work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/GraphController.ts:692

Properties

id

static id: string = GraphController.id

Source

work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/GraphController.ts:690