From 8cb6e29a17ae08e99273e60a5d7061e86c2ded31 Mon Sep 17 00:00:00 2001 From: sanke Date: Fri, 13 Jul 2018 17:42:59 +0300 Subject: [PATCH] add one more line below color import --- src/controllers/analytic_controller.ts | 1 + 1 file changed, 1 insertion(+) 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';