@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
33 lines (32 loc) • 589 B
TypeScript
export declare function getDonutConfiguration(): {
chart: {
type: string;
events: {
load(): void;
};
};
plotOptions: {
pie: {
size: string;
allowPointSelect: boolean;
dataLabels: {
enabled: boolean;
};
showInLegend: boolean;
};
};
legend: {
enabled: boolean;
};
} & {
chart: {
events: {
load(): void;
};
};
plotOptions: {
pie: {
innerSize: string;
};
};
};