@echarts-component/vue
Version:
Echarts component for Vue
5 lines (4 loc) • 408 B
TypeScript
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 {};