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

Function getAnnotationPos

test/jasmine/tests/plot_api_test.js:293–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 }
292
293 function getAnnotationPos() {
294 return getPos(d3Select('.annotation'));
295 }
296
297 function getShapePos() {
298 return getPos(d3Select('.layer-above').select('.shapelayer').select('path'));

Callers 1

plot_api_test.jsFile · 0.85

Calls 1

getPosFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…