MCPcopy
hub / github.com/apache/echarts / _getStoreDimIndex

Method _getStoreDimIndex

src/data/SeriesData.ts:448–456  ·  view source on GitHub ↗
(dim: DimensionLoose)

Source from the content-addressed store, hash-verified

446 }
447
448 private _getStoreDimIndex(dim: DimensionLoose): DimensionIndex {
449 const dimIdx = this.getDimensionIndex(dim);
450 if (__DEV__) {
451 if (dimIdx == null) {
452 throw new Error('Unknown dimension ' + dim);
453 }
454 }
455 return dimIdx;
456 }
457
458 /**
459 * Get type and calculation info of particular dimension

Callers 9

getApproximateExtentMethod · 0.95
getDataExtentMethod · 0.95
getSumMethod · 0.95
getMedianMethod · 0.95
getValuesMethod · 0.95
selectRangeMethod · 0.95
downSampleMethod · 0.95
minmaxDownSampleMethod · 0.95
lttbDownSampleMethod · 0.95

Calls 1

getDimensionIndexMethod · 0.95

Tested by

no test coverage detected