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

Function stylePointsInSelectionMode

src/traces/bar/style.js:72–75  ·  view source on GitHub ↗
(s, trace, gd)

Source from the content-addressed store, hash-verified

70}
71
72function stylePointsInSelectionMode(s, trace, gd) {
73 Drawing.selectedPointStyle(s.selectAll('path'), trace);
74 styleTextInSelectionMode(s.selectAll('text'), trace, gd);
75}
76
77function styleTextInSelectionMode(txs, trace, gd) {
78 txs.each(function(d) {

Callers 1

styleOnSelectFunction · 0.85

Calls 1

styleTextInSelectionModeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…