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) {