chartjs-chart-graph v4.3.4 / GraphChart
Class: GraphChart<DATA, LABEL>
Extends
Chart
<"graph"
,DATA
,LABEL
>
Type Parameters
• DATA extends unknown
[] = IGraphDataPoint
[]
• LABEL = string
Constructors
new GraphChart()
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`
Defined in
work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/GraphController.ts:684
Properties
id
static
id:string
=GraphController.id
Defined in
work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/GraphController.ts:682