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

Function updateAndCheck

test/jasmine/tests/annotations_test.js:911–917  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

checkVisibleFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…