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

Function getTransform

src/components/selections/helpers.js:34–39  ·  view source on GitHub ↗
(plotinfo)

Source from the content-addressed store, hash-verified

32}
33
34function getTransform(plotinfo) {
35 return strTranslate(
36 plotinfo.xaxis._offset,
37 plotinfo.yaxis._offset
38 );
39}
40
41module.exports = {
42 p2r: p2r,

Callers 1

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