ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
ZoomCharts.Configuration.PieChartPie
Methods
getActiveSlice: (): PieChartSlice
Return value
Data type: PieChartSlice
Properties
active: boolean
activeSliceId: string
Includes all slices that are shown on the screen (including Others/Previous and slices pending removal).
background: boolean
brightness: number
colorDistribution: string
count: number
data: PieChartPieData
endAngle: number
fillColor: string
id: string
innerRadius: number
loading: boolean
offset: number
Number of slices in the "previous" slice
othersSlice: PieChartSlice
parentSlice: PieChartSlice
previousSlice: PieChartSlice
radius: number
removed: boolean
rotationSpeed: number
Experimental property - the API might not be stable and is subject to change.
Introduced in version 1.12.0.
The speed of the rotation for the pie. Set to 0
to disable rotation and return the pie
to its specified startAngle
.
scrollOffset: number
Fraction of the total, describing how far the pie has been scrolled with rotational scrolling.
Contains the list of slices that excludes the Others/Previous and any slices that are being animated for removal.
startAngle: number
total: number
visibleFraction: number
x: number
y: number