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

Function findImage

test/jasmine/assets/domain_ref_components.js:471–476  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

469}
470
471function findImage(id) {
472 id = (id === undefined) ? '' : id + ' ';
473 var selector = id + 'g image';
474 var ret = d3Select(selector).node();
475 return ret;
476}
477
478function imageTest(gd, layout, opt) {
479 var xaxtype = opt.xaxtype;

Callers 1

imageTestFunction · 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…