| Modifier and Type | Class and Description |
|---|---|
class |
BarDataItem |
| Modifier and Type | Class and Description |
|---|---|
class |
FunnelDataItem |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphEdgeItem |
| Modifier and Type | Class and Description |
|---|---|
class |
PieDataItem |
| Modifier and Type | Class and Description |
|---|---|
class |
RadarDataItem |
| Modifier and Type | Class and Description |
|---|---|
class |
SankeyEdgeItem |
class |
SankeyNodeItem |
| Modifier and Type | Class and Description |
|---|---|
class |
ScatterDataItem |
| Modifier and Type | Class and Description |
|---|---|
class |
SunburstNodeItem |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeNodeItem |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.setSource(OptionDataItemObject[] source) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BarDataItemOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/bar/BarSeries.ts#L59
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunnelDataItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/funnel/FunnelSeries.ts#L64
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphEdgeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/graph/GraphSeries.ts#L115
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PieDataItemOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/chart/pie/PieSeries.ts#L95
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L640
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RadarDataItemOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/radar/RadarSeries.ts#L56
|
interface |
RadarOptionDataItemObject
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L615
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/radar/RadarSeries.ts#L59
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SankeyEdgeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/sankey/SankeySeries.ts#L83
|
interface |
SankeyNodeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/sankey/SankeySeries.ts#L68
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScatterDataItemOption
https://github.com/apache/echarts/blob/1277d7ae81f2b1c7ede4e1731820a1c06bd16cf0/src/chart/scatter/ScatterSeries.ts#L57
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SunburstNodeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/sunburst/SunburstSeries.ts#L79
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeNodeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/tree/TreeSeries.ts#L63
|
| Modifier and Type | Method and Description |
|---|---|
DatasetOption |
DatasetOption.setSource(OptionDataItemObject[] source) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryOptionDataItemObject
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L615
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L641
|
interface |
DateOptionDataItemObject
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L615
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L642
|
interface |
DefaultOptionDataItemObject
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L615
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L638
|
interface |
NumericGraphEdgeItemObject
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L626
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L640
|
interface |
NumericOptionDataItemObject
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L615
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L640
|
| Modifier and Type | Method and Description |
|---|---|
OptionDataItemObject |
OptionDataItemObject.setGroupId(Number groupId) |
OptionDataItemObject |
OptionDataItemObject.setGroupId(String groupId) |
OptionDataItemObject |
OptionDataItemObject.setId(Number id) |
OptionDataItemObject |
OptionDataItemObject.setId(String id) |
OptionDataItemObject |
OptionDataItemObject.setName(Number name) |
OptionDataItemObject |
OptionDataItemObject.setName(String name) |
OptionDataItemObject |
OptionDataItemObject.setSelected(Boolean selected) |
Copyright © 2022. All rights reserved.