| Modifier and Type | Class and Description |
|---|---|
class |
CartesianCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
Chart<T extends Chart<?,?>,E extends SeriesOption> |
class |
ParallelCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
PolarCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
RadarCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
SingleCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
| Modifier and Type | Field and Description |
|---|---|
protected List<SeriesOption> |
Chart.series |
| Modifier and Type | Method and Description |
|---|---|
Option |
Option.setSeries(SeriesOption series) |
Option |
Option.setSeries(SeriesOption[] series) |
| 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 | 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 | Method and Description |
|---|---|
EChartsOption |
EChartsOption.setSeries(SeriesOption series) |
EChartsOption |
EChartsOption.setSeries(SeriesOption[] series) |
Copyright © 2022. All rights reserved.