UNPKG

@mopex/react-gantt-flow

Version:

A lightweight and high-performance React (TypeScript) based Gantt chart component.

27 lines 740 B
/** * @description Gantt chart default value */ export declare const GANTT_FLOW_DEFAULT_TITLE: "React Gantt Flow"; /** * @description Gantt chart default value */ export declare const GANTT_CHART_DEFAULT_VALUE: { readonly LEFT_MARGIN: 40; readonly RIGHT_MARGIN: 80; readonly GRID_STROKE_WIDTH: 1; readonly GRID_COLUMN_WIDTH: 50; readonly BAR_AREA_HEIGHT: 50; readonly BAR_ALIGN_MARGIN: 10; readonly BAR_TEXT_LEFT_MARGIN: 10; readonly AXIS_HEIGHT: 50; readonly BAR_ARROW_STROKE_WIDTH: 1.5; }; /** * @description Start date offset */ export declare const START_DATE_OFFSET = 2; /** * @description End date offset */ export declare const END_DATE_OFFSET = 30; //# sourceMappingURL=constants.d.ts.map