Browse Source

fix: imports

pull/380/head
Shivam Mishra 3 years ago
committed by GitHub
parent
commit
8bc8231b21
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/js/charts/DonutChart.js

+ 1
- 0
src/js/charts/DonutChart.js 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) {


Loading…
Cancel
Save