chartjs-chart-graph / TreeChart
Class: TreeChart<DATA, LABEL>
Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/TreeController.ts:50
Extends
Chart<"tree",DATA,LABEL>
Type Parameters
DATA
DATA extends unknown[] = IGraphDataPoint[]
LABEL
LABEL = string
Constructors
Constructor
new TreeChart<
DATA,LABEL>(item,config):TreeChart<DATA,LABEL>
Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/TreeController.ts:53
Parameters
item
ChartItem
config
Omit<ChartConfiguration<"tree", DATA, LABEL>, "type">
Returns
TreeChart<DATA, LABEL>
Overrides
Chart<'tree', DATA, LABEL>.constructor
Properties
id
staticid:string=TreeController.id
Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/TreeController.ts:51