UNPKG

@fmdevui/fm-dev

Version:

Page level components developed based on Element Plus.

13 lines (12 loc) 368 B
/** * ECharts 插件配置 * * 按需导入 ECharts 图表和组件,减小打包体积。 * 只注册项目中实际使用的图表类型和组件。 * * @module plugins/echarts */ import * as echarts from 'echarts/core'; export { echarts }; export type { EChartsOption, BarSeriesOption } from 'echarts'; export declare const graphic: typeof echarts.graphic;