liusuyi
2024-07-06 0ab014198a8b4e40fa26da394373a4bcdb571148
1
2
3
4
5
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;