| Modifier and Type | Method and Description |
|---|---|
Option |
Option.setTimeline(ComponentOption timeline) |
Option |
Option.setTimeline(ComponentOption[] timeline) |
| Modifier and Type | Class and Description |
|---|---|
class |
BarSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxplotSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
CandlestickSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
FunnelSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
GaugeSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
HeatmapSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
LineSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
PieSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
RadarSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
SankeySeries |
| Modifier and Type | Class and Description |
|---|---|
class |
ScatterSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
SunburstSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeRiverSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAxis |
class |
LogAxis |
class |
TimeAxis |
class |
ValueAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryParallelAxis |
class |
LogParallelAxis |
class |
TimeParallelAxis |
class |
ValueParallelAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAngleAxis |
class |
CategoryRadiusAxis |
class |
LogAngleAxis |
class |
LogRadiusAxis |
class |
PolarAxis |
class |
TimeAngleAxis |
class |
TimeRadiusAxis |
class |
ValueAngleAxis |
class |
ValueRadiusAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
RadarAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
CategorySingleAxis |
class |
LogSingleAxis |
class |
TimeSingleAxis |
class |
ValueSingleAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
Dataset |
| Modifier and Type | Class and Description |
|---|---|
class |
DataZoom |
| Modifier and Type | Class and Description |
|---|---|
class |
Grid |
| Modifier and Type | Class and Description |
|---|---|
class |
Legend |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkArea |
class |
MarkLine |
class |
MarkPoint |
| Modifier and Type | Class and Description |
|---|---|
class |
Title |
| Modifier and Type | Class and Description |
|---|---|
class |
Toolbox |
| Modifier and Type | Class and Description |
|---|---|
class |
Tooltip |
class |
TooltipAxisPointer |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinousVisualMap |
class |
PiecewiseVisualMap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BarSeriesOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/bar/BarSeries.ts#L65
|
interface |
BaseBarSeriesOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/bar/BaseBarSeries.ts#L34
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoxplotSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/boxplot/BoxplotSeries.ts#L58
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CandlestickSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/candlestick/CandlestickSeries.ts#L63
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunnelSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/funnel/FunnelSeries.ts#L74
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GaugeSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/gauge/GaugeSeries.ts#L123
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/graph/GraphSeries.ts#L139
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HeatmapSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/heatmap/HeatmapSeries.ts#L58
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LineSeriesOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/line/LineSeries.ts#L73
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/parallel/ParallelSeries.ts#L60
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PieSeriesOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/pie/PieSeries.ts#L100
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RadarSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/radar/RadarSeries.ts#L62
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SankeySeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/sankey/SankeySeries.ts#L94
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScatterSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/scatter/ScatterSeries.ts#L62
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SunburstSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/sunburst/SunburstSeries.ts#L120
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L860
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThemeRiverSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/themeRiver/ThemeRiverSeries.ts#L61
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/tree/TreeSeries.ts#L83
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AxisPointerOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/axisPointer/AxisPointerModel.ts#L61
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasetOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/dataset/install.ts#L42
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L583
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataZoomOption
https://github.com/apache/echarts/blob/4569dc1d8b712dafb80b16e31c4fed0118e3acbd/src/component/dataZoom/DataZoomModel.ts#L38
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LegendOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/legend/LegendModel.ts#L159
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MarkAreaOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkAreaModel.ts#L59
|
interface |
MarkerOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkerModel.ts#L84
|
interface |
MarkLineOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkLineModel.ts#L83
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkLineModel.ts#L76
|
interface |
MarkPointOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkPointModel.ts#L48
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TitleOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/title/install.ts#L42
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToolboxOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/toolbox/ToolboxModel.ts#L42
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TooltipAxisPointerOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/tooltip/TooltipModel.ts#L38
|
interface |
TooltipOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/tooltip/TooltipModel.ts#L35
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContinousVisualMapOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/visualMap/ContinuousModel.ts#L36
|
interface |
PiecewiseVisualMapOption
https://github.com/apache/echarts/blob/0114414eed6d0f9d1bb951459517e21ae557989f/src/component/visualMap/PiecewiseModel.ts#L70
|
interface |
VisualMapOption
https://github.com/apache/echarts/blob/4569dc1d8b712dafb80b16e31c4fed0118e3acbd/src/component/visualMap/VisualMapModel.ts#L56
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AxisBaseOptionCommon
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L30
|
interface |
CategoryAxisBaseOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L110
|
interface |
LogAxisBaseOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L148
|
interface |
NumericAxisBaseOptionCommon
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L84
|
interface |
TimeAxisBaseOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L153
|
interface |
ValueAxisBaseOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L137
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L33
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L42
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L45
|
interface |
GridOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/GridModel.ts#L26
|
interface |
LogAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L33
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L42
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L45
|
interface |
TimeAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L33
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L42
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L45
|
interface |
ValueAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L33
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L42
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L45
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryParallelAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/parallel/AxisModel.ts#L43
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
interface |
LogParallelAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/parallel/AxisModel.ts#L43
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
interface |
TimeParallelAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/parallel/AxisModel.ts#L43
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
interface |
ValueParallelAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/parallel/AxisModel.ts#L43
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryAngleAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L30
|
interface |
CategoryRadiusAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L47
|
interface |
LogAngleAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L30
|
interface |
LogRadiusAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L47
|
interface |
PolarOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/PolarModel.ts#L25
|
interface |
TimeAngleAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L30
|
interface |
TimeRadiusAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L47
|
interface |
ValueAngleAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L30
|
interface |
ValueRadiusAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L47
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RadarOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/radar/RadarModel.ts#L54
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategorySingleAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/single/AxisModel.ts#L32
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
interface |
LogSingleAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/single/AxisModel.ts#L32
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
interface |
TimeSingleAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/single/AxisModel.ts#L32
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
interface |
ValueSingleAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/single/AxisModel.ts#L32
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeriesOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L1587
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/export/option.ts#L181
|
| Modifier and Type | Method and Description |
|---|---|
ComponentOption |
ComponentOption.setId(Number id) |
ComponentOption |
ComponentOption.setId(String id) |
ComponentOption |
ComponentOption.setMainType(String mainType) |
ComponentOption |
ComponentOption.setName(Number name) |
ComponentOption |
ComponentOption.setName(String name) |
ComponentOption |
ComponentOption.setType(String type) |
ComponentOption |
ComponentOption.setZ(Number z) |
ComponentOption |
ComponentOption.setZlevel(Number zlevel) |
| Modifier and Type | Method and Description |
|---|---|
ECBasicOption |
ECBasicOption.setTimeline(ComponentOption timeline) |
ECUnitOption |
ECUnitOption.setTimeline(ComponentOption timeline) |
ECBasicOption |
ECBasicOption.setTimeline(ComponentOption[] timeline) |
ECUnitOption |
ECUnitOption.setTimeline(ComponentOption[] timeline) |
Copyright © 2022. All rights reserved.