If enable animation animation?: boolean from MarkerOption.animation |
Delay of initialize animation Can be a callback to specify duration of each element animationDelay?: (number | AnimationDelayCallback ) from MarkerOption.animationDelay |
Delay of data update animation. Can be a callback to specify duration of each element animationDelayUpdate?: (number | AnimationDelayCallback ) from MarkerOption.animationDelayUpdate |
Duration of initialize animation. Can be a callback to specify duration of each element animationDuration?: (number | AnimationDurationCallback ) from MarkerOption.animationDuration |
Delay of data update animation. Can be a callback to specify duration of each element animationDurationUpdate?: (number | AnimationDurationCallback ) from MarkerOption.animationDurationUpdate |
Easing of initialize animation animationEasing?: AnimationEasing from MarkerOption.animationEasing |
Easing of data update animation. animationEasingUpdate?: AnimationEasing from MarkerOption.animationEasingUpdate |
Disable animation when the number of elements exceeds the threshold animationThreshold?: number from MarkerOption.animationThreshold |
Blur states. blur?: MarkAreaStateOption from StatesOptionMixin.blur |
coord?: CoordinateSystemDataCoord from MarkerOption.coord |
coordinateSystem?: string from MarkerOption.coordinateSystem |
coordinateSystemUsage?: CoordinateSystemUsageOption from MarkerOption.coordinateSystemUsage |
data?: (MarkArea1DDataItemOption | MarkArea2DDataItemOption )[] |
Emphasis states emphasis?: (MarkAreaStateOption & { blurScope: BlurScope , disabled: boolean }) from StatesOptionMixin.emphasis |
id?: OptionId from MarkerOption.id |
itemStyle?: ItemStyleOption <never > from MarkAreaStateOption.itemStyle |
label?: SeriesLabelOption <CallbackDataParams , { positionExtra: never }> from MarkAreaStateOption.label |
mainType?: "markArea" |
name?: OptionName from MarkerOption.name |
precision?: number |
Select states select?: (MarkAreaStateOption & { disabled: boolean }) from StatesOptionMixin.select |
silent?: boolean from MarkerOption.silent |
tooltip?: (CommonTooltipOption <unknown > & { trigger: (boolean | "none" | "item" | "axis" ) }) from MarkerOption.tooltip |
type?: string from MarkerOption.type |
z?: number from MarkerOption.z |
z2?: number from MarkAreaStateOption.z2 |
zlevel?: number from MarkerOption.zlevel |