@spaced-out/ui-design-system
Version:
Sense UI components library
7 lines • 305 B
TypeScript
import type { ChartOptions } from '../../types/charts';
/**
* This function modifies the the common chart behavior to line chart default behavior.
* It will not take userPassed option into account.
*/
export declare const getLineChartOptions: () => ChartOptions;
//# sourceMappingURL=lineChart.d.ts.map