MCPcopy Create free account
hub / github.com/apache/echarts / performSeriesTasks

Method performSeriesTasks

src/core/Scheduler.ts:378–386  ·  view source on GitHub ↗
(ecModel: GlobalModel)

Source from the content-addressed store, hash-verified

376 }
377
378 performSeriesTasks(ecModel: GlobalModel): void {
379 let unfinished: boolean;
380
381 ecModel.eachSeries(function (seriesModel) {
382 // Progress to the end for dataInit and dataRestore.
383 unfinished = seriesModel.dataTask.perform() || unfinished;
384 });
385 this.unfinished = unfinished || this.unfinished;
386 }
387
388 plan(): void {
389 // Travel pipelines, check block.

Callers 2

_onframeMethod · 0.80
updateMethod · 0.80

Calls 2

eachSeriesMethod · 0.80
performMethod · 0.80

Tested by

no test coverage detected