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