Skip to content

chartjs-chart-graph v4.3.0 / ITreeOptions

Interface: ITreeOptions

Properties

mode

mode: "dendrogram" | "tree"

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

Source

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

Source

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