chore: remove unused import

This commit is contained in:
Shivam Mishra 2020-10-22 18:13:39 +05:30
parent 7cfa35a418
commit fd28107795

View File

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