(sel, trace, gd)
| 45 | } |
| 46 | |
| 47 | function stylePoints(sel, trace, gd) { |
| 48 | Drawing.pointStyle(sel.selectAll('path'), trace, gd); |
| 49 | styleTextPoints(sel, trace, gd); |
| 50 | } |
| 51 | |
| 52 | function styleTextPoints(sel, trace, gd) { |
| 53 | sel.selectAll('text').each(function(d) { |
no test coverage detected
searching dependent graphs…