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

Function getOrCreateEncodeArr

libs/echarts/echarts-en.simple.js:29839–29844  ·  view source on GitHub ↗
(encode, dim)

Source from the content-addressed store, hash-verified

29837}
29838
29839function getOrCreateEncodeArr(encode, dim) {
29840 if (!encode.hasOwnProperty(dim)) {
29841 encode[dim] = [];
29842 }
29843 return encode[dim];
29844}
29845
29846function getDimensionTypeByAxis(axisType) {
29847 return axisType === 'category'

Callers 1

summarizeDimensionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected