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

Function styleText

src/traces/scatter/style.js:39–41  ·  view source on GitHub ↗
(sel, trace, gd)

Source from the content-addressed store, hash-verified

37}
38
39function styleText(sel, trace, gd) {
40 Drawing.textPointStyle(sel.selectAll('text'), trace, gd);
41}
42
43function styleOnSelect(gd, cd, sel) {
44 var trace = cd[0].trace;

Callers 3

styleFunction · 0.85
styleOnSelectFunction · 0.85
styleTraceFunction · 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…