MCPcopy Index your code
hub / github.com/apache/echarts / getDimensionProperty

Method getDimensionProperty

src/data/DataStore.ts:317–320  ·  view source on GitHub ↗
(dimIndex: DimensionIndex)

Source from the content-addressed store, hash-verified

315 }
316
317 getDimensionProperty(dimIndex: DimensionIndex): DataStoreDimensionDefine['property'] {
318 const item = this._dimensions[dimIndex];
319 return item && item.property;
320 }
321
322 /**
323 * Caution: Can be only called on raw data (before `this._indices` created).

Callers 1

retrieveRawValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected