export interface EChartsOptions { title?: Object; legend?: Object; grid?: Object; xAxis?: Object; yAxis?: Object; polar?: Object; radiusAxis?: Object; angleAxis?: Object; radar?: Object; dataZoom?: Array; visualMap?: Object | Array; tooltip?: Object; axisPointer?: Object; toolbox?: Object; brush?: Object; geo?: Object; parallel?: Object; parallelAxis?: Object; singleAxis?: Object; timeline?: Object; graphic?: Object | Array; calendar?: Object; series?: Array; color?: Array; backgroundColor?: string; textStyle?: Object; animation?: boolean; animationThreshold?: number; animationDuration?: number | Function; animationEasing?: string; animationDelay?: number | Function; animationDurationUpdate?: number | Function; animationEasingUpdate?: string; animationDelayUpdate?: number | Function; progressive?: number; progressiveThreshold?: number; blendMode?: string; hoverLayerThreshold?: number; useUTC?: boolean; }