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

Function formatNumber

src/traces/bar/plot.js:1029–1031  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

1027 }
1028
1029 function formatNumber(v) {
1030 return tickText(vAxis, vAxis.c2l(v), true).text;
1031 }
1032
1033 var cdi = cd[index];
1034 var obj = {};

Callers 2

calcTexttemplateFunction · 0.70
calcTextinfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…