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

Function getTextFont

src/traces/bar/style.js:111–114  ·  view source on GitHub ↗
(trace, index, defaultValue)

Source from the content-addressed store, hash-verified

109}
110
111function getTextFont(trace, index, defaultValue) {
112 return getFontValue(
113 attributeTextFont, trace.textfont, index, defaultValue);
114}
115
116function getInsideTextFont(trace, index, layoutFont, barColor) {
117 var defaultFont = getTextFont(trace, index, layoutFont);

Callers 2

getInsideTextFontFunction · 0.70
getOutsideTextFontFunction · 0.70

Calls 1

getFontValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…