Options🔗
Definition🔗
export interface Options {
pieType: piechart.PieChartType;
displayLabels?: piechart.PieChartLabels[];
tooltip: common.VizTooltipOptions;
reduceOptions: common.ReduceDataOptions;
text?: common.VizTextDisplayOptions;
legend: piechart.PieChartLegendOptions;
orientation: common.VizOrientation;
}
Methods🔗
No methods.