Skip to content

Interface: SunburstNode

Defined in: charts/sunburst.ts:19

A node in the input hierarchy; value counts only for leaves.

Properties

children?

ts
optional children?: SunburstNode[];

Defined in: charts/sunburst.ts:23


color?

ts
optional color?: string;

Defined in: charts/sunburst.ts:22


name

ts
name: string;

Defined in: charts/sunburst.ts:20


value?

ts
optional value?: number;

Defined in: charts/sunburst.ts:21

MIT licensed. WebGL2 required.