(opts)
| 909 | } |
| 910 | |
| 911 | function updateAndCheck(opts) { |
| 912 | return function() { |
| 913 | return Plotly.update(gd, {}, opts.update).then(function() { |
| 914 | checkVisible(opts); |
| 915 | }); |
| 916 | }; |
| 917 | } |
| 918 | |
| 919 | var allIndices = layout().annotations.map(function(v, i) { return i; }); |
| 920 |
no test coverage detected
searching dependent graphs…