If enable animation animation?: boolean from LineSeriesOption.animation |
Delay of initialize animation Can be a callback to specify duration of each element animationDelay?: (number | AnimationDelayCallback ) from LineSeriesOption.animationDelay |
Delay of data update animation. Can be a callback to specify duration of each element animationDelayUpdate?: (number | AnimationDelayCallback ) from LineSeriesOption.animationDelayUpdate |
Duration of initialize animation. Can be a callback to specify duration of each element animationDuration?: (number | AnimationDurationCallback ) from LineSeriesOption.animationDuration |
Delay of data update animation. Can be a callback to specify duration of each element animationDurationUpdate?: (number | AnimationDurationCallback ) from LineSeriesOption.animationDurationUpdate |
Easing of initialize animation animationEasing?: AnimationEasing from LineSeriesOption.animationEasing |
Easing of data update animation. animationEasingUpdate?: AnimationEasing from LineSeriesOption.animationEasingUpdate |
Disable animation when the number of elements exceeds the threshold animationThreshold?: number from LineSeriesOption.animationThreshold |
area?: boolean |
areaStyle?: (AreaStyleOption <ZRColor > & { origin: (number | "auto" | "start" | "end" ) }) from LineSeriesOption.areaStyle |
blendMode?: string from LineSeriesOption.blendMode |
Blur states. blur?: (LineStateOption <CallbackDataParams > & { areaStyle: AreaStyleOption <ZRColor >, lineStyle: LineStyleOption <ZRColor > }) from LineSeriesOption.blur |
clip?: boolean from LineSeriesOption.clip |
color?: (ZRColor | ZRColor []) from LineSeriesOption.color |
colorBy?: ColorBy from LineSeriesOption.colorBy |
colorLayer?: ZRColor [][] from LineSeriesOption.colorLayer |
connectNulls?: boolean from LineSeriesOption.connectNulls |
Not available on every series coordinateSystem?: ("cartesian2d" | "polar" ) from LineSeriesOption.coordinateSystem |
Cursor when mouse on the elements cursor?: string from LineSeriesOption.cursor |
customLegendToolTip?: string from customLegendToolTip |
data?: (LineDataValue | LineDataItemOption )[] from LineSeriesOption.data |
groupId of data. can be used for doing drilldown / up animation It will be ignored if: - groupId is specified in each data - encode.itemGroupId is given. dataGroupId?: OptionId from LineSeriesOption.dataGroupId |
datasetId?: (string | number ) from LineSeriesOption.datasetId |
datasetIndex?: number from LineSeriesOption.datasetIndex |
dimensions?: DimensionDefinitionLoose [] from LineSeriesOption.dimensions |
displayName?: string from displayName |
Emphasis states emphasis?: (LineStateOption <CallbackDataParams > & { focus: DefaultEmphasisFocus , scale: (number | boolean ) } & { areaStyle: AreaStyleOption <ZRColor >, lineStyle: (Omit <LineStyleOption <ZRColor >, "width" > & { width: (number | "bolder" ) }) } & { blurScope: BlurScope , disabled: boolean }) from LineSeriesOption.emphasis |
encode?: OptionEncode from LineSeriesOption.encode |
endLabel?: LineEndLabelOption from LineSeriesOption.endLabel |
hoverLayerThreshold?: number from LineSeriesOption.hoverLayerThreshold |
id?: OptionId from LineSeriesOption.id |
itemStyle?: ItemStyleOption <CallbackDataParams > from LineSeriesOption.itemStyle |
label?: SeriesLabelOption <CallbackDataParams > from LineSeriesOption.label |
Overall label layout option in label layout stage. labelLayout?: (LabelLayoutOption | LabelLayoutOptionCallback ) from LineSeriesOption.labelLayout |
labelLine?: LabelLineOption from LineSeriesOption.labelLine |
legendHoverLink?: boolean from LineSeriesOption.legendHoverLink |
lineStyle?: LineStyleOption <ZRColor > from LineSeriesOption.lineStyle |
mainType?: "series" from LineSeriesOption.mainType |
markArea?: MarkAreaComponentOption from LineSeriesOption.markArea |
markLine?: MarkLineComponentOption from LineSeriesOption.markLine |
markPoint?: MarkPointComponentOption from LineSeriesOption.markPoint |
name?: OptionName from LineSeriesOption.name |
polarId?: string from LineSeriesOption.polarId |
polarIndex?: number from LineSeriesOption.polarIndex |
Configurations about progressive rendering progressive?: (number | false ) from LineSeriesOption.progressive |
progressiveChunkMode?: "mod" from LineSeriesOption.progressiveChunkMode |
progressiveThreshold?: number from LineSeriesOption.progressiveThreshold |
sampling?: ("none" | "min" | "max" | "average" | "minmax" | "sum" | "lttb" | SamplingFunc ) from LineSeriesOption.sampling |
Select states select?: (LineStateOption <CallbackDataParams > & { disabled: boolean }) from LineSeriesOption.select |
Map of selected data key is name or index of data. selectedMap?: (Dictionary <boolean > | "all" ) from LineSeriesOption.selectedMap |
selectedMode?: (boolean | "series" | "single" | "multiple" ) from LineSeriesOption.selectedMode |
When dataset is used, seriesLayoutBy specifies whether the column or the row of dataset is mapped to the series namely, the series is "layout" on columns or rows seriesLayoutBy?: ("column" | "row" ) from LineSeriesOption.seriesLayoutBy = 'column' |
showAllSymbol?: (boolean | "auto" ) from LineSeriesOption.showAllSymbol |
showSymbol?: boolean from LineSeriesOption.showSymbol |
silent?: boolean from LineSeriesOption.silent |
smooth?: (number | boolean ) from LineSeriesOption.smooth |
smoothMonotone?: ("none" | "x" | "y" ) from LineSeriesOption.smoothMonotone |
|
stack?: string from LineSeriesOption.stack |
stackStrategy?: ("all" | "samesign" | "positive" | "negative" ) from LineSeriesOption.stackStrategy |
Animation config for state transition. stateAnimation?: AnimationOption$1 from LineSeriesOption.stateAnimation |
step?: (false | "start" | "middle" | "end" ) from LineSeriesOption.step |
type of symbol, like cirlce , rect , or custom path and image. symbol?: (string | SymbolCallback <CallbackDataParams >) from LineSeriesOption.symbol |
symbolKeepAspect?: boolean from LineSeriesOption.symbolKeepAspect |
symbolOffset?: (string | number | (string | number )[] | SymbolOffsetCallback <CallbackDataParams >) from LineSeriesOption.symbolOffset |
symbolRotate?: (number | SymbolRotateCallback <CallbackDataParams >) from LineSeriesOption.symbolRotate |
Size of symbol. symbolSize?: (number | number [] | SymbolSizeCallback <CallbackDataParams >) from LineSeriesOption.symbolSize |
tooltip?: SeriesTooltipOption from LineSeriesOption.tooltip |
triggerLineEvent?: boolean from LineSeriesOption.triggerLineEvent |
type?: "line" from LineSeriesOption.type |
If enabled universal transition cross series. Example: universalTransition: true
universalTransition: { enabled: true }
universalTransition?: (boolean | UniversalTransitionOption ) from LineSeriesOption.universalTransition |
visible?: boolean from visible |
xAxisId?: string from LineSeriesOption.xAxisId |
xAxisIndex?: number from LineSeriesOption.xAxisIndex |
yAxisId?: string from LineSeriesOption.yAxisId |
yAxisIndex?: number from LineSeriesOption.yAxisIndex |
z?: number from LineSeriesOption.z |
zlevel?: number from LineSeriesOption.zlevel |