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

Function createSeriesIndices

libs/echarts/echarts-en.simple.js:21939–21945  ·  view source on GitHub ↗

* @inner

(ecModel, seriesModels)

Source from the content-addressed store, hash-verified

21937 * @inner
21938 */
21939function createSeriesIndices(ecModel, seriesModels) {
21940 ecModel._seriesIndicesMap = createHashMap(
21941 ecModel._seriesIndices = map(seriesModels, function (series) {
21942 return series.componentIndex;
21943 }) || []
21944 );
21945}
21946
21947/**
21948 * @inner

Callers 2

visitComponentFunction · 0.70

Calls 2

createHashMapFunction · 0.70
mapFunction · 0.70

Tested by

no test coverage detected