Interface: CreateNodePiechartProgramOptions<N, E, G>
Defined in: node-piechart/src/utils.ts:8
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
<{color
:NodeSliceColor
;value
:NodeSliceValue
; }>
Defined in: node-piechart/src/utils.ts:15