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

Method doRender

src/component/visualMap/ContinuousView.ts:118–127  ·  view source on GitHub ↗
(
        visualMapModel: ContinuousModel,
        ecModel: GlobalModel,
        api: ExtensionAPI,
        payload: {type: string, from: string}
    )

Source from the content-addressed store, hash-verified

116 }
117
118 doRender(
119 visualMapModel: ContinuousModel,
120 ecModel: GlobalModel,
121 api: ExtensionAPI,
122 payload: {type: string, from: string}
123 ) {
124 if (!payload || payload.type !== 'selectDataRange' || payload.from !== this.uid) {
125 this._buildView();
126 }
127 }
128
129 private _buildView() {
130 this.group.removeAll();

Callers

nothing calls this directly

Calls 1

_buildViewMethod · 0.95

Tested by

no test coverage detected