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

Function getOutsideTextFont

src/traces/bar/style.js:140–144  ·  view source on GitHub ↗
(trace, index, layoutFont)

Source from the content-addressed store, hash-verified

138}
139
140function getOutsideTextFont(trace, index, layoutFont) {
141 var defaultFont = getTextFont(trace, index, layoutFont);
142 return getFontValue(
143 attributeOutsideTextFont, trace.outsidetextfont, index, defaultFont);
144}
145
146function getFontValue(attributeDefinition, attributeValue, index, defaultValue) {
147 attributeValue = attributeValue || {};

Callers 1

determineFontFunction · 0.85

Calls 2

getFontValueFunction · 0.85
getTextFontFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…