()
| 65 | gd.style.height = containerHeightBeforePlot + 'px'; |
| 66 | |
| 67 | function beforeResize() { |
| 68 | checkLayoutSize(layoutWidth, layoutHeight); |
| 69 | if(!autosize) compareLayoutAndFullLayout(gd); |
| 70 | |
| 71 | gd.style.width = containerWidthBeforeRelayout + 'px'; |
| 72 | gd.style.height = containerHeightBeforeRelayout + 'px'; |
| 73 | } |
| 74 | |
| 75 | function afterResize() { |
| 76 | checkLayoutSize(relayoutWidth, relayoutHeight); |
no test coverage detected
searching dependent graphs…