UNPKG

g-chart-component

Version:

自定义图表插件

29 lines (28 loc) 921 B
/* * @Author: gj * @Date: 2020-06-29 15:08:18 * @Description: 插件入口 * @FilePath: \chart-component\index.js */ import TreeStructure from './customjs/d3/treeStructure'; import StructureChart from './customjs/d3/structureChart'; import TreeList from './customjs/d3/treeList'; import TreeThrough from './customjs/d3/throughChart'; import TimeLineChart from './customjs/echarts/timeLineChart'; import PieChart from './customjs/echarts/pieChart'; import BarHorizontalChart from './customjs/echarts/barHorizontalChart'; import newlineEcharts from './customjs/echarts/newlineEcharts'; import BarVerticalChart from './customjs/echarts/barVerticalChart'; import RelationZoomChart from './customjs/zoomCharts/relationZoomChart'; export default { TreeStructure, StructureChart, TreeList, TreeThrough, TimeLineChart, PieChart, BarHorizontalChart, newlineEcharts, BarVerticalChart, RelationZoomChart };