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

Method setOutputEnd

src/core/task.ts:341–348  ·  view source on GitHub ↗
(end: number)

Source from the content-addressed store, hash-verified

339 }
340
341 setOutputEnd(end: number): void {
342 // This only happens in dataTask, dataZoom, map, currently.
343 // where dataZoom do not set end each time, but only set
344 // when reset. So we should record the set end, in case
345 // that the stub of dataZoom perform again and earse the
346 // set end by upstream.
347 this._outputDueEnd = this._settedOutputEnd = end;
348 }
349
350}
351

Callers 1

onDataChangeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected