sliceBackgroundColor | Sets the backgroundColor of the slice. | string | ['rgb(255, 99, 132)', 'rgb(255, 159, 64)', 'rgb(255, 205, 86)', 'rgb(75, 192, 192)', 'rgb(54, 162, 235)'] |
data | Property of a dataset for a pie chart is specified as an array of numbers. | array | [99, 70, 31, 93, 91] |
labels | The label for the dataset which appears in the legend and tooltips. | string | ['Red', 'Orange', 'Yellow', 'Green','Blue'] |
labelDisplay | The display option controls the visibility of labels. | boolean | false |
holeCutOutPercentage | The percentage of the chart that is cut out of the middle. | string | '50' |
legendDisplay | The display of the chart legend. | boolean | true |
legendPosition | The position of the chart legend. | string | 'top' |
title | Title of the chart. | string | 'Sample Pie Chart' |
titleDisplay | The display of the chart title. | boolean | true |
sliceSelectionshift | Offsets when hovered. | string | '12.0' |
rotationEnabled | Controls whether the PieChart can be rotated interactively. | boolean | false |
sliceSpace | Controls the spacing between slices in a PieChart. | string | '0.0' |
halfPieChart | Shows only 180 degrees of the full circle. | boolean | false |
animationX | Controls whether the PieChart can be rotated horizontally. | string | '0.0' |
animationY | Controls whether the PieChart can be rotated verticalley. | string | '0.0' |