Skip to main content

Interface: PieChartOptions

Hierarchy

  • Omit<Options, "axisX" | "axisY">

    PieChartOptions

Properties

classNames

Optional classNames: Object

Type declaration

NameType
chartPie?string
chartDonut?string
series?string
slicePie?string
sliceDonut?string
label?string

Overrides

Omit.classNames

Defined in

charts/PieChart/PieChart.types.ts:31


startAngle

Optional startAngle: number

Defined in

charts/PieChart/PieChart.types.ts:42


total

Optional total: number

Defined in

charts/PieChart/PieChart.types.ts:46


donut

Optional donut: boolean

Defined in

charts/PieChart/PieChart.types.ts:50


donutWidth

Optional donutWidth: string | number

Defined in

charts/PieChart/PieChart.types.ts:55


showLabel

Optional showLabel: boolean

Defined in

charts/PieChart/PieChart.types.ts:59


labelOffset

Optional labelOffset: number

Defined in

charts/PieChart/PieChart.types.ts:63


labelPosition

Optional labelPosition: RadialLabelPosition

Defined in

charts/PieChart/PieChart.types.ts:70


labelDirection

Optional labelDirection: LabelDirection

Defined in

charts/PieChart/PieChart.types.ts:80


ignoreEmptyValues

Optional ignoreEmptyValues: boolean

Defined in

charts/PieChart/PieChart.types.ts:84


width

Optional width: string | number

Inherited from

Omit.width

Defined in

core/types.ts:35


height

Optional height: string | number

Inherited from

Omit.height

Defined in

core/types.ts:39


low

Optional low: number

Inherited from

Omit.low

Defined in

core/types.ts:43


high

Optional high: number

Inherited from

Omit.high

Defined in

core/types.ts:47


referenceValue

Optional referenceValue: number

Inherited from

Omit.referenceValue

Defined in

core/types.ts:51


chartPadding

Optional chartPadding: number | Partial<ChartPadding>

Inherited from

Omit.chartPadding

Defined in

core/types.ts:55


plugins

Optional plugins: (Plugin | [Plugin, any])[]

Inherited from

Omit.plugins

Defined in

core/types.ts:69

Methods

labelInterpolationFnc

Optional labelInterpolationFnc(value, index): undefined | null | Label

Parameters

NameType
valueLabel
indexnumber

Returns

undefined | null | Label

Defined in

charts/PieChart/PieChart.types.ts:74