| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
NodeSeriesItem |
NodeSeries.add(Node from,
Node to)
Adds both nodes and links then in the series.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeSeriesItem> |
NodeSeries.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeSeries.add(NodeSeriesItem nodeSeriesItem)
Adds a data item.
|
void |
NodeSeries.remove(NodeSeriesItem nodeSeriesItem)
Removes the nodeSeriesItem.
|
Copyright © 2021. All rights reserved.