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

Function isNeedCompleteOrdinalData

libs/echarts/echarts-en.simple.js:32836–32842  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

32834}
32835
32836function isNeedCompleteOrdinalData(source) {
32837 if (source.sourceFormat === SOURCE_FORMAT_ORIGINAL) {
32838 var sampleItem = firstDataNotNull(source.data || []);
32839 return sampleItem != null
32840 && !isArray(getDataItemValue(sampleItem));
32841 }
32842}
32843
32844function firstDataNotNull(data) {
32845 var i = 0;

Callers 1

createListFromArrayFunction · 0.70

Calls 3

firstDataNotNullFunction · 0.70
isArrayFunction · 0.70
getDataItemValueFunction · 0.70

Tested by

no test coverage detected