‘liusuyi’
2023-06-07 27fa371d0fff1590be0534277fe8680ed6515315
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;