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

Function wrapStatResult

src/coord/axisStatistics.ts:213–217  ·  view source on GitHub ↗
(record: AxisStatPerKeyPerAxis | NullUndefined)

Source from the content-addressed store, hash-verified

211}
212
213function wrapStatResult(record: AxisStatPerKeyPerAxis | NullUndefined): AxisStatisticsResult {
214 return {
215 liPosMinGap: record ? record.liPosMinGap : undefined,
216 };
217}
218
219export function eachSeriesOnAxis(
220 axis: Axis,

Callers 2

getAxisStatFunction · 0.85
getAxisStatBySeriesFunction · 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…