Sfoglia il codice sorgente

chore: remove unused import

pull/347/head
Shivam Mishra 4 anni fa
parent
commit
fd28107795
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. +0
    -3
      src/js/charts/AggregationChart.js

+ 0
- 3
src/js/charts/AggregationChart.js Vedi 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) {


Caricamento…
Annulla
Salva