UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

6 lines (5 loc) 422 B
import Eventful from 'zrender/lib/core/Eventful.js'; import type { EChartsType, registerAction } from '../core/echarts.js'; import ExtensionAPI from '../core/ExtensionAPI.js'; export declare function createLegacyDataSelectAction(seriesType: string, ecRegisterAction: typeof registerAction): void; export declare function handleLegacySelectEvents(messageCenter: Eventful, ecIns: EChartsType, api: ExtensionAPI): void;