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

Function axValue

src/components/selections/helpers.js:29–32  ·  view source on GitHub ↗
(ax)

Source from the content-addressed store, hash-verified

27}
28
29function axValue(ax) {
30 var index = (ax._id.charAt(0) === 'y') ? 1 : 0;
31 return function(v) { return p2r(ax, v[index]); };
32}
33
34function getTransform(plotinfo) {
35 return strTranslate(

Callers 1

makeFillRangeItemsFunction · 0.85

Calls 1

p2rFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…