Parcourir la source

chore: remove unused import

pull/347/head
Shivam Mishra il y a 4 ans
Parent
révision
fd28107795
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -3
      src/js/charts/AggregationChart.js

+ 0
- 3
src/js/charts/AggregationChart.js Voir le fichier

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


Chargement…
Annuler
Enregistrer