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?: MarkLineStateOption from StatesOptionMixin.blur |
data?: (MarkLine1DDataItemOption | MarkLine2DDataItemOption )[] |
Emphasis states emphasis?: (MarkLineStateOption & { blurScope: BlurScope , disabled: boolean }) from StatesOptionMixin.emphasis |
id?: OptionId from MarkerOption.id |
itemStyle for symbol itemStyle?: ItemStyleOption <never > from MarkLineStateOption.itemStyle |
label?: SeriesLineLabelOption from MarkLineStateOption.label |
lineStyle?: LineStyleOption <ZRColor > from MarkLineStateOption.lineStyle |
mainType?: "markLine" |
name?: OptionName from MarkerOption.name |
Precision used on statistic method precision?: number |
Select states select?: (MarkLineStateOption & { disabled: boolean }) from StatesOptionMixin.select |
silent?: boolean from MarkerOption.silent |
symbol?: (string | string []) |
symbolOffset?: (string | number | (string | number )[] | (string | number )[][]) |
symbolRotate?: (number | number []) |
symbolSize?: (number | number []) |
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 |