MCPcopy Index your code
hub / github.com/apache/echarts / disableBoundingRects

Function disableBoundingRects

test/lib/testHelper.js:1707–1713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1705 }
1706
1707 function disableBoundingRects() {
1708 chart.off('finished', updateBoundingRects);
1709 boundingRectsContainer.style.display = 'none';
1710 if (_bRectGroup) {
1711 _bRectGroup.removeAll();
1712 }
1713 }
1714
1715 function buildBoundingRects(boundingRectOpt) {
1716 ensureBoundingRectsFacilities();

Callers 1

updateBoundingRectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…