()
| 1154 | mockCopy2.config = {scrollZoom: false}; |
| 1155 | var relayoutCnt = 0; |
| 1156 | var addOnGd = function() { |
| 1157 | gd.on('plotly_relayout', function() { relayoutCnt++; }); |
| 1158 | }; |
| 1159 | |
| 1160 | function _scroll() { |
| 1161 | relayoutCnt = 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…