MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getLabelDefaultText

Function getLabelDefaultText

libs/echarts/echarts-en.simple.js:33685–33687  ·  view source on GitHub ↗
(idx, opt)

Source from the content-addressed store, hash-verified

33683
33684 // Do not execute util needed.
33685 function getLabelDefaultText(idx, opt) {
33686 return useNameLabel ? data.getName(idx) : getDefaultLabel(data, idx);
33687 }
33688
33689 symbolPath.__symbolOriginalScale = getScale(symbolSize);
33690 symbolPath.hoverStyle = hoverItemStyle;

Callers

nothing calls this directly

Calls 1

getDefaultLabelFunction · 0.70

Tested by

no test coverage detected