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

Function refineTicks

src/plots/plots.js:2031–2043  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

2029};
2030
2031function refineTicks(gd) {
2032 var axList = axisIDs.list(gd, '', true);
2033
2034 [
2035 '_adjustTickLabelsOverflow',
2036 '_hideCounterAxisInsideTickLabels'
2037 ].forEach(function(k) {
2038 for(var i = 0; i < axList.length; i++) {
2039 var hideFn = axList[i][k];
2040 if(hideFn) hideFn();
2041 }
2042 });
2043}
2044
2045var marginKeys = ['l', 'r', 't', 'b', 'p', 'w', 'h'];
2046

Callers 1

plots.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…