Skip to content

chartjs-plugin-hierarchical v4.4.4 / IValueNode

Interface: IValueNode

Properties

children

children: readonly (number | IValueNode)[]

list of children

Defined in

work/chartjs-plugin-hierarchical/chartjs-plugin-hierarchical/src/model.ts:53


value

value: number

the actual value of this node

Defined in

work/chartjs-plugin-hierarchical/chartjs-plugin-hierarchical/src/model.ts:49