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

Function isLegacyDimensionsInput

src/data/helper/dataStackHelper.ts:221–225  ·  view source on GitHub ↗
(
    dimensionsInput: Parameters<typeof enableDataStack>[1]
)

Source from the content-addressed store, hash-verified

219}
220
221function isLegacyDimensionsInput(
222 dimensionsInput: Parameters<typeof enableDataStack>[1]
223): dimensionsInput is EnableDataStackDimensionsInputLegacy {
224 return !isSeriesDataSchema((dimensionsInput as EnableDataStackDimensionsInput).schema);
225}
226
227export function isDimensionStacked(data: SeriesData, stackedDim: string): boolean {
228 // Each single series only maps to one pair of axis. So we do not need to

Callers 1

enableDataStackFunction · 0.85

Calls 1

isSeriesDataSchemaFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…