export const DEFAULT_OK_COLOR = 'rgb(56, 189, 113)'; export const DEFAULT_PROBLEM_COLOR = 'rgb(215, 0, 0)'; export const EVENT_POINT_SIZE = 16; export const INNER_POINT_SIZE = 0.6; export const HIGHLIGHTED_POINT_SIZE = 1.1; export const EVENT_REGION_HEIGHT = Math.round(EVENT_POINT_SIZE * 0.6);