UNPKG

@spaced-out/ui-design-system

Version:
11 lines 721 B
import type Highcharts from 'highcharts'; import type { ChartOptions, Drilldown } from '../../types/charts'; import type { FunnelSeriesItem } from '../../components/Charts/FunnelChart/FunnelChart'; /** * 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<Highcharts.SeriesFunnelOptions>; export declare const addColorsToFunnelDrilldownSeries: (drilldownSeries: Drilldown, showInLegend?: boolean) => Drilldown; //# sourceMappingURL=funnelChart.d.ts.map