Skip to content

@sqlrooms/recharts / PieLabelRenderProps

Interface: PieLabelRenderProps

Extends

  • PieDef

Indexable

[key: string]: any

Properties

cx?

optional cx: string | number

The abscissa of pole in polar coordinate

Inherited from

PieDef.cx


cy?

optional cy: string | number

The ordinate of pole in polar coordinate

Inherited from

PieDef.cy


startAngle?

optional startAngle: number

The start angle of first sector

Inherited from

PieDef.startAngle


endAngle?

optional endAngle: number

The end angle of last sector

Inherited from

PieDef.endAngle


paddingAngle?

optional paddingAngle: number

Inherited from

PieDef.paddingAngle


innerRadius?

optional innerRadius: string | number

The inner radius of sectors

Inherited from

PieDef.innerRadius


outerRadius?

optional outerRadius: string | number

The outer radius of sectors

Inherited from

PieDef.outerRadius


cornerRadius?

optional cornerRadius: string | number

Inherited from

PieDef.cornerRadius


name

name: string


percent?

optional percent: number


stroke

stroke: string


index?

optional index: number


textAnchor

textAnchor: string


x

x: number


y

y: number