Skip to content

chartjs-chart-graph / ITreeOptions

Interface: ITreeOptions

Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:24

Properties

mode

mode: "dendrogram" | "tree"

Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:28

tree (cluster) or dendrogram layout default depends on the chart type


orientation

orientation: "vertical" | "radial" | "horizontal"

Defined in: work/chartjs-chart-graph/chartjs-chart-graph/src/controllers/DendrogramController.ts:33

orientation of the tree layout

Default

ts
horizontal