(sourceFormat: SourceFormat, seriesLayoutBy: SeriesLayoutBy)
| 484 | |
| 485 | |
| 486 | function getMethodMapKey(sourceFormat: SourceFormat, seriesLayoutBy: SeriesLayoutBy): string { |
| 487 | return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS |
| 488 | ? sourceFormat + '_' + seriesLayoutBy |
| 489 | : sourceFormat; |
| 490 | } |
| 491 | |
| 492 | |
| 493 | // ??? FIXME can these logic be more neat: getRawValue, getRawDataItem, |
no outgoing calls
no test coverage detected
searching dependent graphs…