MCPcopy Create free account
hub / github.com/apache/echarts / getDimValueSimply

Method getDimValueSimply

src/data/DataStore.ts:1299–1303  ·  view source on GitHub ↗
(
            this: DataStore, dataItem: any, property: string, dataIndex: number, dimIndex: number
        )

Source from the content-addressed store, hash-verified

1297 private static internalField = (function () {
1298
1299 function getDimValueSimply(
1300 this: DataStore, dataItem: any, property: string, dataIndex: number, dimIndex: number
1301 ): ParsedValue {
1302 return parseDataValue(dataItem[dimIndex], this._dimensions[dimIndex]);
1303 }
1304
1305 defaultDimValueGetters = {
1306

Callers

nothing calls this directly

Calls 1

parseDataValueFunction · 0.90

Tested by

no test coverage detected