UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

20 lines (19 loc) 402 B
export declare function getFunnelConfiguration(): { chart: { type: string; spacingRight: number; }; plotOptions: { funnel: { dataLabels: { enabled: boolean; crop: boolean; overflow: string; padding: number; }; }; }; legend: { enabled: boolean; }; };