MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getDimValueSimply

Function getDimValueSimply

libs/echarts/echarts.simple.js:23325–23327  ·  view source on GitHub ↗
(dataItem, dimName, dataIndex, dimIndex)

Source from the content-addressed store, hash-verified

23323};
23324
23325function getDimValueSimply(dataItem, dimName, dataIndex, dimIndex) {
23326 return converDataValue(dataItem[dimIndex], this._dimensionInfos[dimName]);
23327}
23328
23329/**
23330 * This helper method convert value in data.

Callers

nothing calls this directly

Calls 1

converDataValueFunction · 0.70

Tested by

no test coverage detected