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

Function stylePoints

src/traces/bar/style.js:47–50  ·  view source on GitHub ↗
(sel, trace, gd)

Source from the content-addressed store, hash-verified

45}
46
47function stylePoints(sel, trace, gd) {
48 Drawing.pointStyle(sel.selectAll('path'), trace, gd);
49 styleTextPoints(sel, trace, gd);
50}
51
52function styleTextPoints(sel, trace, gd) {
53 sel.selectAll('text').each(function(d) {

Callers 3

styleFunction · 0.70
styleOnSelectFunction · 0.70
style.jsFile · 0.50

Calls 1

styleTextPointsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…