(sourceFormat, seriesLayoutBy)
| 20358 | } |
| 20359 | |
| 20360 | function getMethodMapKey(sourceFormat, seriesLayoutBy) { |
| 20361 | return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS ? sourceFormat + '_' + seriesLayoutBy : sourceFormat; |
| 20362 | } // ??? FIXME can these logic be more neat: getRawValue, getRawDataItem, |
| 20363 | // Consider persistent. |
| 20364 | // Caution: why use raw value to display on label or tooltip? |
| 20365 | // A reason is to avoid format. For example time value we do not know |
no outgoing calls
no test coverage detected
searching dependent graphs…