index.js 323 Bytes
Newer Older
崔佳豪's avatar
崔佳豪 committed
1
import * as echarts from 'echarts/core';
2
import { default as BasicChart } from './ECharts';
崔佳豪's avatar
崔佳豪 committed
3 4
import BarChart from './BarChart';
import LineChart from './LineChart';
涂茜's avatar
涂茜 committed
5

6
// const BasicChart = Echarts;
涂茜's avatar
涂茜 committed
7

8 9
// BasicChart.BarChart = BarChart;
// BasicChart.LineChart = LineChart;
涂茜's avatar
涂茜 committed
10

11
export { BasicChart, BarChart, LineChart, echarts };