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?: MarkPointStateOption from StatesOptionMixin.blur |
data?: MarkPointDataItemOption [] |
Emphasis states emphasis?: (MarkPointStateOption & { blurScope: BlurScope , disabled: boolean }) from StatesOptionMixin.emphasis |
id?: OptionId from MarkerOption.id |
itemStyle?: ItemStyleOption <never > from MarkPointStateOption.itemStyle |
label?: SeriesLabelOption <CallbackDataParams > from MarkPointStateOption.label |
mainType?: "markPoint" |
name?: OptionName from MarkerOption.name |
precision?: number |
Select states select?: (MarkPointStateOption & { disabled: boolean }) from StatesOptionMixin.select |
silent?: boolean from MarkerOption.silent |
type of symbol, like cirlce , rect , or custom path and image. symbol?: (string | SymbolCallback <CallbackDataParams >) from SymbolOptionMixin.symbol |
symbolKeepAspect?: boolean from SymbolOptionMixin.symbolKeepAspect |
symbolOffset?: (string | number | (string | number )[] | SymbolOffsetCallback <CallbackDataParams >) from SymbolOptionMixin.symbolOffset |
symbolRotate?: (number | SymbolRotateCallback <CallbackDataParams >) from SymbolOptionMixin.symbolRotate |
Size of symbol. symbolSize?: (number | number [] | SymbolSizeCallback <CallbackDataParams >) from SymbolOptionMixin.symbolSize |
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 |