UNPKG

chrt-annotation

Version:

Annotation component for Chrt

17 lines (12 loc) 306 B
export const DEFAULT_WIDTH = 600; export const DEFAULT_HEIGHT = 300; export const TICKS_DEFAULT = 10; export const COMPONENTS_W_DATA = ['chrt', 'series']; export const ORIENTATIONS = { x: ['top', 'bottom'], y: ['left', 'right'], } export const DEFAULT_ORIENTATION = { x: 'bottom', y: 'left', }