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

Method updateVisual

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

Source from the content-addressed store, hash-verified

62 }
63
64 updateVisual(brushModel: BrushModel, ecModel: GlobalModel, api: ExtensionAPI, payload: Payload) {
65 this.updateTransform(brushModel, ecModel, api, payload);
66 }
67
68 updateView(brushModel: BrushModel, ecModel: GlobalModel, api: ExtensionAPI, payload: Payload) {
69 this._updateController(brushModel, ecModel, api, payload);

Callers

nothing calls this directly

Calls 1

updateTransformMethod · 0.95

Tested by

no test coverage detected