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

Function clearMinTextSize

src/traces/bar/uniform_text.js:61–67  ·  view source on GitHub ↗
(
    traceType, // in
    fullLayout // inout
)

Source from the content-addressed store, hash-verified

59}
60
61function clearMinTextSize(
62 traceType, // in
63 fullLayout // inout
64) {
65 var minKey = getMinKey(traceType);
66 fullLayout[minKey] = undefined;
67}
68
69function getMinKey(traceType) {
70 return '_' + traceType + 'Text_minsize';

Callers 7

plot.jsFile · 0.85
plot.jsFile · 0.85
plot.jsFile · 0.85
plotFunction · 0.85
plot.jsFile · 0.85
plotFunction · 0.85
draw.jsFile · 0.85

Calls 1

getMinKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…