/**
 * 报表组件渲染器
 */
import './report/ChartColumn';
import './report/ChartLine';
import './report/ChartPie';
import './report/TargetNumber';
import './report/ChartPercent';
import './report/ChartRadar';
import './report/ChartFunnel';
import './report/ChartWordCloud';
import './report/ChartMap';
import './report/ChartWaterfall';
import './report/ChartScatter';
import './report/ChartBubble';
import './report/ChartScatterMap';
import './report/ChartCalendar';
import './report/ChartSankey';
import './locale/index';
export * from './common/config';
