| Modifier and Type | Class and Description |
|---|---|
class |
GraphEdgeItem |
| Modifier and Type | Class and Description |
|---|---|
class |
SankeyEdgeItem |
| 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 |
SankeyEdgeItemOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/sankey/SankeySeries.ts#L83
|
| Modifier and Type | Method and Description |
|---|---|
NumericGraphEdgeItemObject |
NumericGraphEdgeItemObject.setSource(Number source) |
NumericGraphEdgeItemObject |
NumericGraphEdgeItemObject.setSource(String source) |
NumericGraphEdgeItemObject |
NumericGraphEdgeItemObject.setTarget(Number target) |
NumericGraphEdgeItemObject |
NumericGraphEdgeItemObject.setTarget(String target) |
Copyright © 2022. All rights reserved.