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

Method objectRows

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

Source from the content-addressed store, hash-verified

1307 arrayRows: getDimValueSimply,
1308
1309 objectRows(
1310 this: DataStore, dataItem: any, property: string, dataIndex: number, dimIndex: number
1311 ): ParsedValue {
1312 return parseDataValue(dataItem[property], this._dimensions[dimIndex]);
1313 },
1314
1315 keyedColumns: getDimValueSimply,
1316

Callers

nothing calls this directly

Calls 1

parseDataValueFunction · 0.90

Tested by

no test coverage detected