@spaced-out/ui-design-system
Version:
Sense UI components library
8 lines • 354 B
TypeScript
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