chartjs-chart-graph v4.3.4 / ITreeOptions
Interface: ITreeOptions
Properties
mode
mode:
"dendrogram"
|"tree"
tree (cluster) or dendrogram layout default depends on the chart type
Defined in
work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:28
orientation
orientation:
"vertical"
|"radial"
|"horizontal"
orientation of the tree layout
Default
ts
horizontal
Defined in
work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:33