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

Function convertDimNameToNumber

src/chart/parallel/ParallelSeries.ts:184–186  ·  view source on GitHub ↗
(dimName: DimensionName)

Source from the content-addressed store, hash-verified

182}
183
184function convertDimNameToNumber(dimName: DimensionName): number {
185 return +dimName.replace('dim', '');
186}
187
188export default ParallelSeriesModel;

Callers 1

makeDefaultEncodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…