Parcourir la source

fix: imports

pull/380/head
Shivam Mishra il y a 3 ans
committed by GitHub
Parent
révision
8bc8231b21
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/js/charts/DonutChart.js

+ 1
- 0
src/js/charts/DonutChart.js Voir le fichier

@@ -1,6 +1,7 @@
import PieChart from './PieChart';
import { getComponent } from '../objects/ChartComponents';
import { makeArcStrokePathStr, makeStrokeCircleStr } from '../utils/draw';
import { transform } from '../utils/animation';

export default class DonutChart extends PieChart {
constructor(parent, args) {


Chargement…
Annuler
Enregistrer