()
| 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(); |
no outgoing calls
no test coverage detected
searching dependent graphs…