(attr, value)
| 887 | } |
| 888 | |
| 889 | function allAnnotations(attr, value) { |
| 890 | var update = {}; |
| 891 | for(var i = 0; i < gd.layout.annotations.length; i++) { |
| 892 | update['annotations[' + i + '].' + attr] = value; |
| 893 | } |
| 894 | return update; |
| 895 | } |
| 896 | |
| 897 | function clickAndCheck(opts) { |
| 898 | return function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…