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

Function formatter

src/traces/scatter3d/convert.js:229–232  ·  view source on GitHub ↗
(axName, val)

Source from the content-addressed store, hash-verified

227 }
228
229 function formatter(axName, val) {
230 var ax = sceneLayout[axName];
231 return Axes.tickText(ax, ax.d2l(val), true).text;
232 }
233
234 // check texttemplate
235 var texttemplate = data.texttemplate;

Callers 2

convertPlotlyOptionsFunction · 0.70
toTextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…