UNPKG

bizcharts

Version:
7 lines 256 B
import 'react'; import { Pie } from '@antv/g2plot/lib/plots/pie'; import createPlot from '../createPlot'; import { polyfillOptions } from './core/polyfill'; ; export default createPlot(Pie, 'PieChart', polyfillOptions); //# sourceMappingURL=PieChart.js.map