UNPKG

@spaced-out/ui-design-system

Version:
8 lines 354 B
import type { ChartOptions } from '../../types/charts'; /** * This function modifies the the common chart behavior to column chart default behavior. * It will not take userPassed option into account. */ export declare const getColumnChartOptions: () => ChartOptions; export declare const columnPlotWidth = 28; //# sourceMappingURL=columnChart.d.ts.map