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

Method updateTransform

src/component/brush/BrushView.ts:56–62  ·  view source on GitHub ↗
(brushModel: BrushModel, ecModel: GlobalModel, api: ExtensionAPI, payload: Payload)

Source from the content-addressed store, hash-verified

54 }
55
56 updateTransform(brushModel: BrushModel, ecModel: GlobalModel, api: ExtensionAPI, payload: Payload) {
57 // PENDING: `updateTransform` is a little tricky, whose layout need
58 // to be calculate mandatorily and other stages will not be performed.
59 // Take care the correctness of the logic. See #11754 .
60 layoutCovers(ecModel);
61 this._updateController(brushModel, ecModel, api, payload);
62 }
63
64 updateVisual(brushModel: BrushModel, ecModel: GlobalModel, api: ExtensionAPI, payload: Payload) {
65 this.updateTransform(brushModel, ecModel, api, payload);

Callers 1

updateVisualMethod · 0.95

Calls 2

_updateControllerMethod · 0.95
layoutCoversFunction · 0.90

Tested by

no test coverage detected