MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / wrapVar

Function wrapVar

libs/echarts/echarts.simple.js:19370–19372  ·  view source on GitHub ↗
(varName, seriesIdx)

Source from the content-addressed store, hash-verified

19368var TPL_VAR_ALIAS = ['a', 'b', 'c', 'd', 'e', 'f', 'g'];
19369
19370var wrapVar = function (varName, seriesIdx) {
19371 return '{' + varName + (seriesIdx == null ? '' : seriesIdx) + '}';
19372};
19373
19374/**
19375 * Template formatter

Callers 1

formatTplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected