()
| 1848 | }); |
| 1849 | |
| 1850 | function labelCount() { |
| 1851 | return d3Select(gd).selectAll('g.hovertext').size(); |
| 1852 | } |
| 1853 | |
| 1854 | it('shows as many labels as will fit on the div, not on the subplot, when labels do not overlap the axis label', function (done) { |
| 1855 | _hoverNatural(gd, 200, 200); |
no outgoing calls
no test coverage detected
searching dependent graphs…