UNPKG

@spaced-out/ui-design-system

Version:
10 lines 665 B
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