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

Function extracTextFontSize

src/components/drawing/index.js:1269–1272  ·  view source on GitHub ↗
(d, trace)

Source from the content-addressed store, hash-verified

1267}
1268
1269function extracTextFontSize(d, trace) {
1270 var fontSize = d.ts || trace.textfont.size;
1271 return isNumeric(fontSize) && fontSize > 0 ? fontSize : 0;
1272}
1273
1274// draw text at points
1275drawing.textPointStyle = function (s, trace, gd) {

Callers 1

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