UNPKG

@dfsj/echarts

Version:

专业的水文曲线组件或构造函数以及通用的echart二次封装图表

11 lines (10 loc) 453 B
import { EChartsType } from 'echarts/core'; import { Ref } from 'vue'; export declare function useVerticalSection(chartRef: Ref<HTMLElement>): { createOptions: (data: any) => {}; setOptions: (options: import("echarts").EChartsOption, clear?: boolean) => void; echarts: typeof import("echarts/core"); getInstance: () => EChartsType | null; container: Ref<HTMLElement, HTMLElement>; assemble: (value: any, options: any) => any; };