One node of a graph series.
There is no name: reading one gives undefined. A node is named through EChartsList.getName(node.dataIndex), or equivalently by its id.
name
undefined
EChartsList.getName(node.dataIndex)
id
Its index into the series' data list, which is how it is named.
One node of a graph series.
There is no
name: reading one givesundefined. A node is named throughEChartsList.getName(node.dataIndex), or equivalently by itsid.