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

Function strTickLayout

src/plots/ternary/ternary.js:472–474  ·  view source on GitHub ↗
(axLayout)

Source from the content-addressed store, hash-verified

470};
471
472function strTickLayout(axLayout) {
473 return axLayout.ticks + String(axLayout.ticklen) + String(axLayout.showticklabels);
474}
475
476// hard coded paths for zoom corners
477// uses the same sizing as cartesian, length is MINZOOM/2, width is 3px

Callers 1

ternary.jsFile · 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…