UNPKG

@mineadmin/echarts

Version:

基于 echarts 封装的hook,快速便捷使用 echarts

4 lines (3 loc) 262 B
import useEcharts from './components/useEcharts'; export default useEcharts; export type { Theme, ElementEventType, ElementEventName, MaEchartsExpose, Fn, RefValue, ComputedRefValue, MaEChartOptions, OptionsParams, AppendDataOpts, LoadingOpts, } from './types';