| Modifier and Type | Class and Description |
|---|---|
class |
GraphCategoryItem |
class |
GraphNodeItem |
class |
GraphSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
LineDataItem |
class |
LineSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
RadarDataItem |
class |
RadarSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
ScatterDataItem |
class |
ScatterSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeNodeItem |
class |
TreeSeries |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkLine2DDataItemDim |
class |
MarkPoint |
class |
MarkPointDataItem |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphCategoryItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/graph/GraphSeries.ts#L132
|
interface |
GraphNodeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/graph/GraphSeries.ts#L82
|
interface |
GraphSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/graph/GraphSeries.ts#L139
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LineDataItemOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/line/LineSeries.ts#L61
|
interface |
LineSeriesOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/line/LineSeries.ts#L73
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RadarDataItemOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/radar/RadarSeries.ts#L56
|
interface |
RadarSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/radar/RadarSeries.ts#L62
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScatterDataItemOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/scatter/ScatterSeries.ts#L57
|
interface |
ScatterSeriesOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/scatter/ScatterSeries.ts#L62
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeNodeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/tree/TreeSeries.ts#L63
|
interface |
TreeSeriesOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/tree/TreeSeries.ts#L83
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MarkLine2DDataItemDimOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkLineModel.ts#L70
|
interface |
MarkPointDataItemOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkPointModel.ts#L40
|
interface |
MarkPointOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/component/marker/MarkPointModel.ts#L48
|
| Modifier and Type | Method and Description |
|---|---|
SymbolOptionMixin |
SymbolOptionMixin.setSymbol(String symbol) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolKeepAspect(Boolean symbolKeepAspect) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolOffset(Number symbolOffset) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolOffset(Number[] symbolOffset) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolOffset(String symbolOffset) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolOffset(String[] symbolOffset) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolRotate(Number symbolRotate) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolSize(Number symbolSize) |
SymbolOptionMixin |
SymbolOptionMixin.setSymbolSize(Number[] symbolSize) |
Copyright © 2022. All rights reserved.