MCPcopy Index your code
hub / github.com/plotly/plotly.js / allAnnotations

Function allAnnotations

test/jasmine/tests/annotations_test.js:889–895  ·  view source on GitHub ↗
(attr, value)

Source from the content-addressed store, hash-verified

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() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…