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

Function updateProps

libs/echarts/echarts-en.simple.js:17957–17959  ·  view source on GitHub ↗

* Update graphic element properties with or without animation according to the * configuration in series. * * Caution: this method will stop previous animation. * So do not use this method to one element twice before * animation starts, unless you know what you are doing. * * @param {module:z

(el, props, animatableModel, dataIndex, cb)

Source from the content-addressed store, hash-verified

17955 * }, seriesModel, function () { console.log('Animation done!'); });
17956 */
17957function updateProps(el, props, animatableModel, dataIndex, cb) {
17958 animateOrSetProps(true, el, props, animatableModel, dataIndex, cb);
17959}
17960
17961/**
17962 * Init graphic element properties with or without animation according to the

Callers 4

groupTransitionFunction · 0.70
removeRectFunction · 0.70
removeSectorFunction · 0.70

Calls 1

animateOrSetPropsFunction · 0.70

Tested by

no test coverage detected