MCPcopy
hub / github.com/apache/echarts / createDimensions

Function createDimensions

src/data/helper/createDimensions.ts:81–86  ·  view source on GitHub ↗
(
    source: Source | OptionSourceData,
    opt?: PrepareSeriesDataSchemaParams
)

Source from the content-addressed store, hash-verified

79 * For outside usage compat (like echarts-gl are using it).
80 */
81export function createDimensions(
82 source: Source | OptionSourceData,
83 opt?: PrepareSeriesDataSchemaParams
84): SeriesDimensionDefine[] {
85 return prepareSeriesDataSchema(source, opt).dimensions;
86}
87
88/**
89 * This method builds the relationship between:

Callers 1

doCreateDimensionsFunction · 0.85

Calls 1

prepareSeriesDataSchemaFunction · 0.85

Tested by 1

doCreateDimensionsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…