/* * Project-wide globals */ export const MIN_DATE = -1000; export const MAX_DATE = 1000; export const SCALES = [200, 50, 10, 1, 0.2]; // Timeline gets divided into units of SCALES[0], then SCALES[1], etc