MCPcopy
hub / github.com/plotly/plotly.js / addOnGd

Function addOnGd

test/jasmine/tests/map_test.js:1156–1158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1154 mockCopy2.config = {scrollZoom: false};
1155 var relayoutCnt = 0;
1156 var addOnGd = function() {
1157 gd.on('plotly_relayout', function() { relayoutCnt++; });
1158 };
1159
1160 function _scroll() {
1161 relayoutCnt = 0;

Callers 1

map_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…