diff --git a/src/controllers/analytic_controller.ts b/src/controllers/analytic_controller.ts index 499f2ac..0f3b27b 100644 --- a/src/controllers/analytic_controller.ts +++ b/src/controllers/analytic_controller.ts @@ -15,6 +15,7 @@ import { SegmentArray } from '../models/segment_array'; import { Emitter } from 'grafana/app/core/utils/emitter' import { ANALYTIC_UNIT_COLORS } from '../colors'; + import _ from 'lodash';