/** * Only support simple bar chart, line chart and pie chart */ import { Global, Chart, Shape, G, Util, Helper, track } from './core'; import './geom/line'; import './geom/interval'; import './geom/adjust/'; import './coord/polar'; export { Global, Chart, Shape, G, Util, Helper, track }; export default { Global, Chart, Shape, G, Util, Helper, track };