export interface ZoomData { type: string; start: number; end: number; dataZoomId: string; }