UNPKG

thsc-datav-standard-chart

Version:

标准范式组件

13 lines (12 loc) 436 B
import './common.less'; import './installExtension'; import './installTheme'; import * as echarts from 'echarts'; export { version as VERSION } from '../package.json'; export { init, getStandardChartInsById } from './standardChart'; export { registerTheme } from './core/theme'; export { PRESET_THEME } from './theme'; export * as helper from './helper'; export * as util from './util'; export { echarts }; export * from './util/type';