()
| 361 | box.b = Math.max(y0, y1); |
| 362 | |
| 363 | function noZoom() { |
| 364 | zoomMode = ''; |
| 365 | box.r = box.l; |
| 366 | box.t = box.b; |
| 367 | corners.attr('d', 'M0,0Z'); |
| 368 | } |
| 369 | |
| 370 | if(links.isSubplotConstrained) { |
| 371 | if(dx > MINZOOM || dy > MINZOOM) { |
no outgoing calls
no test coverage detected
searching dependent graphs…