MCPcopy
hub / github.com/apache/echarts / getSelectionKey

Function getSelectionKey

src/model/Series.ts:71–73  ·  view source on GitHub ↗
(data: SeriesData, dataIndex: number)

Source from the content-addressed store, hash-verified

69}, SeriesModel>();
70
71function getSelectionKey(data: SeriesData, dataIndex: number): string {
72 return data.getName(dataIndex) || data.getId(dataIndex);
73}
74
75export const SERIES_UNIVERSAL_TRANSITION_PROP = '__universalTransitionEnabled';
76

Callers 3

unselectMethod · 0.85
isSelectedMethod · 0.85
_innerSelectMethod · 0.85

Calls 2

getNameMethod · 0.80
getIdMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…