()
| 73 | } |
| 74 | |
| 75 | function afterResize() { |
| 76 | checkLayoutSize(relayoutWidth, relayoutHeight); |
| 77 | if(!autosize) compareLayoutAndFullLayout(gd); |
| 78 | } |
| 79 | |
| 80 | Plotly.newPlot(gd, data, layout, config).then(function() { |
| 81 | beforeResize(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…