MCPcopy Create free account
hub / github.com/plotly/plotly.js / linearFormat

Function linearFormat

src/traces/parcoords/parcoords.js:427–429  ·  view source on GitHub ↗
(dim, v)

Source from the content-addressed store, hash-verified

425}
426
427function linearFormat(dim, v) {
428 return Axes.tickText(dim._ax, v, false).text;
429}
430
431function extremeText(d, isTop) {
432 if(d.ordinal) return '';

Callers 2

extremeTextFunction · 0.85
parcoords.jsFile · 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…