소스 검색

chore: remove unused import

pull/347/head
Shivam Mishra 4 년 전
부모
커밋
fd28107795
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      src/js/charts/AggregationChart.js

+ 0
- 3
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) {


불러오는 중...
취소
저장