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

Method dirty

src/core/task.ts:253–256  ·  view source on GitHub ↗

* @tutorial [EC_TASK_DIRTY] * Task `dirty()` calls typically originate from a trigger of EC_FULL_UPDATE_CYCLE and * EC_PARTIAL_UPDATE_CYCLE) (See comments in EC_CYCLE. Generally, task dirty propagates * to downstream tasks. * Task dirty leads to the `StageHandler['reset']` or

()

Source from the content-addressed store, hash-verified

251 * which discards the previous result and starts over the processing.
252 */
253 dirty(): void {
254 this._dirty = true;
255 this._onDirty && this._onDirty(this.context);
256 }
257
258 private _doProgress(
259 progress: TaskProgressCallback<Ctx>,

Callers 15

updateTransformMethod · 0.45
updateTransformMethod · 0.45
renderMethod · 0.45
setLinePointsMethod · 0.45
renderFinallyMethod · 0.45
optionUpdatedMethod · 0.45
_dealRenderContentMethod · 0.45
EChartsClass · 0.45
_doResetMethod · 0.45
pipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected