Skip to content

Interface: SunburstLayoutOptions

Defined in: charts/sunburst.ts:27

Tunables for sunburstLayout.

Properties

center?

ts
optional center?: number;

Defined in: charts/sunburst.ts:31

Inner radius of the depth-0 ring (hole at the center). Default 0.


ringWidth?

ts
optional ringWidth?: number;

Defined in: charts/sunburst.ts:29

Radial thickness of each depth ring, in data units. Default 1.


startAngle?

ts
optional startAngle?: number;

Defined in: charts/sunburst.ts:33

Angle of the first sector edge, radians. Default Math.PI / 2 (12 o'clock).

MIT licensed. WebGL2 required.