Skip to content

MarkAreaData Type documentation

Types Documentation

Properties
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
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> 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" | "axis" | "item") }) from MarkerOption.tooltip
type?: string from MarkerOption.type
z?: number from MarkerOption.z
zlevel?: number from MarkerOption.zlevel
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts

Except where otherwise noted, content on this site is licensed under MIT License.