fix: imports
This commit is contained in:
parent
c18c076adc
commit
8bc8231b21
@ -1,6 +1,7 @@
|
|||||||
import PieChart from './PieChart';
|
import PieChart from './PieChart';
|
||||||
import { getComponent } from '../objects/ChartComponents';
|
import { getComponent } from '../objects/ChartComponents';
|
||||||
import { makeArcStrokePathStr, makeStrokeCircleStr } from '../utils/draw';
|
import { makeArcStrokePathStr, makeStrokeCircleStr } from '../utils/draw';
|
||||||
|
import { transform } from '../utils/animation';
|
||||||
|
|
||||||
export default class DonutChart extends PieChart {
|
export default class DonutChart extends PieChart {
|
||||||
constructor(parent, args) {
|
constructor(parent, args) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user