| 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 |
GraphSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
HeatmapSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
LineSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
ScatterSeries |
| 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 |
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 |
ScatterSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/scatter/ScatterSeries.ts#L62
|
| Modifier and Type | Method and Description |
|---|---|
SeriesOnCartesianOptionMixin |
SeriesOnCartesianOptionMixin.setXAxisId(String xAxisId) |
SeriesOnCartesianOptionMixin |
SeriesOnCartesianOptionMixin.setXAxisIndex(Number xAxisIndex) |
SeriesOnCartesianOptionMixin |
SeriesOnCartesianOptionMixin.setYAxisId(String yAxisId) |
SeriesOnCartesianOptionMixin |
SeriesOnCartesianOptionMixin.setYAxisIndex(Number yAxisIndex) |
Copyright © 2022. All rights reserved.