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

Function getElMap

libs/echarts/echarts-en.simple.js:18052–18060  ·  view source on GitHub ↗
(g)

Source from the content-addressed store, hash-verified

18050 }
18051
18052 function getElMap(g) {
18053 var elMap = {};
18054 g.traverse(function (el) {
18055 if (!el.isGroup && el.anid) {
18056 elMap[el.anid] = el;
18057 }
18058 });
18059 return elMap;
18060 }
18061 function getAnimatableProps(el) {
18062 var obj = {
18063 position: clone$1(el.position),

Callers 1

groupTransitionFunction · 0.70

Calls 1

traverseMethod · 0.80

Tested by

no test coverage detected