(opts)
| 881 | } |
| 882 | |
| 883 | function checkVisible(opts) { |
| 884 | gd._fullLayout.annotations.forEach(function(ann, i) { |
| 885 | expect(ann.visible).toBe(opts.on.indexOf(i) !== -1, 'i: ' + i + ', step: ' + opts.step); |
| 886 | }); |
| 887 | } |
| 888 | |
| 889 | function allAnnotations(attr, value) { |
| 890 | var update = {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…