Interface: PieChartOptions
Hierarchy
Omit<Options,"axisX"|"axisY">↳
PieChartOptions
Properties
classNames
• Optional classNames: Object
Type declaration
| Name | Type |
|---|---|
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
height
• Optional height: string | number
Inherited from
Omit.height
Defined in
low
• Optional low: number
Inherited from
Omit.low
Defined in
high
• Optional high: number
Inherited from
Omit.high
Defined in
referenceValue
• Optional referenceValue: number
Inherited from
Omit.referenceValue
Defined in
chartPadding
• Optional chartPadding: number | Partial<ChartPadding>
Inherited from
Omit.chartPadding
Defined in
plugins
• Optional plugins: (Plugin | [Plugin, any])[]
Inherited from
Omit.plugins
Defined in
Methods
labelInterpolationFnc
▸ Optional labelInterpolationFnc(value, index): undefined | null | Label
Parameters
| Name | Type |
|---|---|
value | Label |
index | number |
Returns
undefined | null | Label