Skip to main content

Interface: CreateNodePiechartProgramOptions<N, E, G>

Type Parameters

N extends Attributes = Attributes

E extends Attributes = Attributes

G extends Attributes = Attributes

Properties

defaultColor

defaultColor: string

Defined in

node-piechart/src/utils.ts:13


drawHover

drawHover: undefined | NodeHoverDrawingFunction<N, E, G>

Defined in

node-piechart/src/utils.ts:21


drawLabel

drawLabel: undefined | NodeLabelDrawingFunction<N, E, G>

Defined in

node-piechart/src/utils.ts:20


offset

offset: NodeSliceValue

Defined in

node-piechart/src/utils.ts:14


slices

slices: NonEmptyArray<object>

Type declaration

color

color: NodeSliceColor

value

value: NodeSliceValue

Defined in

node-piechart/src/utils.ts:15