liusuyi
2023-04-24 4737f1e038743ced243c9e52423404d9034d6107
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;