(sourceFormat, seriesLayoutBy)
| 20326 | return col ? col.length : 0; |
| 20327 | }, _b[SOURCE_FORMAT_ORIGINAL] = countSimply, _b); |
| 20328 | function getRawSourceDataCounter(sourceFormat, seriesLayoutBy) { |
| 20329 | var method = rawSourceDataCounterMap[getMethodMapKey(sourceFormat, seriesLayoutBy)]; |
| 20330 | |
| 20331 | if ("development" !== 'production') { |
| 20332 | assert(method, 'Do not suppport count on "' + sourceFormat + '", "' + seriesLayoutBy + '".'); |
| 20333 | } |
| 20334 | |
| 20335 | return method; |
| 20336 | } |
| 20337 | |
| 20338 | var getRawValueSimply = function (dataItem, dimIndex, dimName) { |
| 20339 | return dimIndex != null ? dataItem[dimIndex] : dataItem; |
no test coverage detected
searching dependent graphs…