@spaced-out/ui-design-system
Version:
Sense UI components library
10 lines • 665 B
TypeScript
import type { FunnelSeriesItem } from '../../components/Charts/FunnelChart/FunnelChart';
import type { ChartOptions, Drilldown } from '../../types/charts';
/**
* This function modifies the the common chart behavior to funnel chart default behavior.
* It will not take userPassed option into account.
*/
export declare const getFunnelChartOptions: () => ChartOptions;
export declare const addColorsToFunnelSeries: (series: Array<FunnelSeriesItem>, showInLegend?: boolean) => Array<FunnelSeriesItem>;
export declare const addColorsToFunnelDrilldownSeries: (drilldownSeries: Drilldown, showInLegend?: boolean) => Drilldown;
//# sourceMappingURL=funnelChart.d.ts.map