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

Function removeRect

libs/echarts/echarts-en.simple.js:42549–42559  ·  view source on GitHub ↗
(dataIndex, animationModel, el)

Source from the content-addressed store, hash-verified

42547};
42548
42549function removeRect(dataIndex, animationModel, el) {
42550 // Not show text when animating
42551 el.style.text = null;
42552 updateProps(el, {
42553 shape: {
42554 width: 0
42555 }
42556 }, animationModel, dataIndex, function () {
42557 el.parent && el.parent.remove(el);
42558 });
42559}
42560
42561function removeSector(dataIndex, animationModel, el) {
42562 // Not show text when animating

Callers 1

Calls 2

updatePropsFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected