fix: imports

This commit is contained in:
Shivam Mishra 2021-09-21 05:56:27 +00:00 committed by GitHub
parent c18c076adc
commit 8bc8231b21

View File

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