Browse Source

move import from lodash below colors

master
sanke 6 years ago
parent
commit
c5556bc436
  1. 3
      src/models/analytic_unit.ts

3
src/models/analytic_unit.ts

@ -3,9 +3,10 @@ import { SegmentArray } from './segment_array';
import { Segment, SegmentId } from './segment';
import { Metric } from './metric';
import _ from 'lodash';
import { ANALYTIC_UNIT_COLORS } from '../colors';
import _ from 'lodash';
export type AnalyticSegmentPair = { anomalyType: AnalyticUnit, segment: AnalyticSegment };
export type AnalyticSegmentsSearcher = (point: number, rangeDist: number) => AnalyticSegmentPair[];

Loading…
Cancel
Save