From fd2810779583a895ca78d861ff9953bef31dd185 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 22 Oct 2020 18:13:39 +0530 Subject: [PATCH] chore: remove unused import --- src/js/charts/AggregationChart.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/js/charts/AggregationChart.js b/src/js/charts/AggregationChart.js index 4432efb..6f87202 100644 --- a/src/js/charts/AggregationChart.js +++ b/src/js/charts/AggregationChart.js @@ -1,8 +1,5 @@ import BaseChart from './BaseChart'; -import { truncateString } from '../utils/draw-utils'; import { legendDot } from '../utils/draw'; -import { round } from '../utils/helpers'; -import { getExtraWidth } from '../utils/constants'; export default class AggregationChart extends BaseChart { constructor(parent, args) {