@dfsj/echarts
Version:
专业的水文曲线组件或构造函数以及通用的echart二次封装图表
8 lines (7 loc) • 380 B
TypeScript
import assign from './assign';
import units from './units';
import * as render from './render';
import * as tools from './tools';
import * as statistics from './statistics';
import { buildLegend, createTabulationFeature, createStatisticFeature } from './assemble';
export { assign, units, render, tools, statistics, buildLegend, createTabulationFeature, createStatisticFeature };