(sel, trace, gd)
| 37 | } |
| 38 | |
| 39 | function styleText(sel, trace, gd) { |
| 40 | Drawing.textPointStyle(sel.selectAll('text'), trace, gd); |
| 41 | } |
| 42 | |
| 43 | function styleOnSelect(gd, cd, sel) { |
| 44 | var trace = cd[0].trace; |
no outgoing calls
no test coverage detected
searching dependent graphs…