@adyen/lume-vue3
Version:
Lume is a Vue data visualization component library, built with Typescript and D3.
12 lines • 757 B
TypeScript
import type { BarType, Orientation } from '../types/utils';
export declare const ORIENTATIONS: Record<string, Orientation>;
export declare const BAR_TYPES: Record<string, BarType>;
export declare const NO_DATA = "No data";
export declare const BAR_HEIGHT = 20;
export declare const PADDING_VERTICAL = 0.33;
export declare const PADDING_HORIZONTAL = 0.5;
export declare const AXIS_TEXT_HEIGHT = 12;
export declare const AXIS_GHOST_PADDING = 8;
export declare const TOOLTIP_ANCHOR_RADIUS = 1;
export declare const TOOLTIP_POSITIONS: readonly ["auto", "auto-start", "auto-end", "top", "top-start", "top-end", "right", "right-start", "right-end", "bottom", "bottom-start", "bottom-end", "left", "left-start", "left-end"];
//# sourceMappingURL=constants.d.ts.map