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

Method convertValue

src/data/helper/transform.ts:156–158  ·  view source on GitHub ↗
(rawVal: unknown, dimInfo: ExternalDimensionDefinition)

Source from the content-addressed store, hash-verified

154 }
155
156 convertValue(rawVal: unknown, dimInfo: ExternalDimensionDefinition): ParsedValue {
157 return parseDataValue(rawVal, dimInfo);
158 }
159}
160
161

Callers

nothing calls this directly

Calls 1

parseDataValueFunction · 0.90

Tested by

no test coverage detected