MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / wrapData

Function wrapData

libs/echarts/echarts.simple.js:24490–24494  ·  view source on GitHub ↗
(data, seriesModel)

Source from the content-addressed store, hash-verified

24488
24489// TODO refactor
24490function wrapData(data, seriesModel) {
24491 each$1(data.CHANGABLE_METHODS, function (methodName) {
24492 data.wrapMethod(methodName, curry(onDataSelfChange, seriesModel));
24493 });
24494}
24495
24496function onDataSelfChange(seriesModel) {
24497 var task = getCurrentTask(seriesModel);

Callers 1

echarts.simple.jsFile · 0.70

Calls 2

each$1Function · 0.70
curryFunction · 0.70

Tested by

no test coverage detected