Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ makeKey
Function
makeKey
src/component/axisPointer/modelHelper.ts:417–419 ·
view source on GitHub ↗
(model: ComponentModel)
Source
from the content-addressed store, hash-verified
415
* @
return
{string} unique key
416
*/
417
export
function
makeKey(model: ComponentModel) {
418
return
model.
type
+
'||'
+ model.id;
419
}
Callers
4
collectAxesInfo
Function · 0.85
saveTooltipAxisInfo
Function · 0.85
collectSeriesInfo
Function · 0.85
getAxisInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…