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

Function updateBoundingRects

test/lib/testHelper.js:1668–1676  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

1666 return;
1667
1668 function updateBoundingRects(opt) {
1669 if (arguments.length > 0) {
1670 _currBoundingRectOpt = opt;
1671 } // If no opt, keep the last one.
1672
1673 _currBoundingRectOpt
1674 ? buildBoundingRects(_currBoundingRectOpt)
1675 : disableBoundingRects();
1676 }
1677
1678 function ensureBoundingRectsFacilities() {
1679 // zr requires size non-zero.

Callers 1

initShowBoundingRectsFunction · 0.85

Calls 2

buildBoundingRectsFunction · 0.85
disableBoundingRectsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…