Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/echarts
/ setUpdatePayload
Method
setUpdatePayload
src/model/Global.ts:561–563 ·
view source on GitHub ↗
(payload: Payload)
Source
from the content-addressed store, hash-verified
559
}
560
561
setUpdatePayload(payload: Payload) {
562
this._payload = payload;
563
}
564
565
getUpdatePayload(): Payload {
566
return
this._payload;
Callers
6
ECharts
Class · 0.80
update
Method · 0.80
updateTransform
Method · 0.80
updateView
Method · 0.80
updateVisual
Method · 0.80
ownRoamViewUpdateDirectlyInAction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected