ICardPieChartParameters interface
Parameters for a pie chart.
Properties
| data |
Pie chart |
| is |
Flag to indicate if the pie chart should be rendered as a donut chart. |
| series | Series to display. |
Property Details
dataVisualizationKind
Pie chart
dataVisualizationKind: 'pie';
Property Value
'pie'
isDonut
Flag to indicate if the pie chart should be rendered as a donut chart.
isDonut?: boolean;
Property Value
boolean
Remarks
false by default. Renders as a donut chart if true.
series
Series to display.
series: [IPieChartSeries];
Property Value
Remarks
Should be a single series.