(sel, trace, gd)
| 33 | } |
| 34 | |
| 35 | function stylePoints(sel, trace, gd) { |
| 36 | Drawing.pointStyle(sel.selectAll('path.point'), trace, gd); |
| 37 | } |
| 38 | |
| 39 | function styleText(sel, trace, gd) { |
| 40 | Drawing.textPointStyle(sel.selectAll('text'), trace, gd); |
no outgoing calls
no test coverage detected
searching dependent graphs…