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

Function objectRowsCollectDimensions

libs/echarts/echarts.simple.js:20870–20881  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

20868}
20869
20870function objectRowsCollectDimensions(data) {
20871 var firstIndex = 0;
20872 var obj;
20873 while (firstIndex < data.length && !(obj = data[firstIndex++])) {} // jshint ignore: line
20874 if (obj) {
20875 var dimensions = [];
20876 each$1(obj, function (value, key) {
20877 dimensions.push(key);
20878 });
20879 return dimensions;
20880 }
20881}
20882
20883/**
20884 * [The strategy of the arrengment of data dimensions for dataset]:

Callers 1

completeBySourceDataFunction · 0.70

Calls 2

pushMethod · 0.80
each$1Function · 0.70

Tested by

no test coverage detected