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

Function formatLabel

src/traces/bar/plot.js:1025–1027  ·  view source on GitHub ↗
(u)

Source from the content-addressed store, hash-verified

1023 }
1024
1025 function formatLabel(u) {
1026 return tickText(pAxis, pAxis.c2l(u), true).text;
1027 }
1028
1029 function formatNumber(v) {
1030 return tickText(vAxis, vAxis.c2l(v), true).text;

Callers 2

calcTexttemplateFunction · 0.85
calcTextinfoFunction · 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…