UNPKG

echarts

Version:

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

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