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

Function stylePoints

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

Source from the content-addressed store, hash-verified

33}
34
35function stylePoints(sel, trace, gd) {
36 Drawing.pointStyle(sel.selectAll('path.point'), trace, gd);
37}
38
39function styleText(sel, trace, gd) {
40 Drawing.textPointStyle(sel.selectAll('text'), trace, gd);

Callers 3

styleFunction · 0.70
styleOnSelectFunction · 0.70
styleTraceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…