diff --git a/src/components/Charts/Pie/index.js b/src/components/Charts/Pie/index.js index 0ee32feddcad49996014037fc55748c70ea46991..36243fdc03dc7adf23dd781c69db50c856908b52 100644 --- a/src/components/Charts/Pie/index.js +++ b/src/components/Charts/Pie/index.js @@ -1,5 +1,6 @@ import React, { Component } from 'react'; import G2 from 'g2'; +import { Divider } from 'antd'; import equal from '../equal'; import styles from './index.less'; @@ -223,7 +224,7 @@ class Pie extends Component {