UNPKG

@echarts-component/vue

Version:
5 lines (4 loc) 408 B
import { EchartsState, Methods } from '../types'; declare const Methods: readonly ["setOption", "getWidth", "getHeight", "getOption", "resize", "getDom", "clear", "dispose", "isDisposed", "renderToSVGString", "convertFromPixel", "convertToPixel", "showLoading", "hideLoading", "appendData", "getDataURL", "getConnectedDataURL"]; export declare const userMethods: (state: EchartsState) => Methods; export {};