(content, style, msg)
| 129 | assertHoverLabelContent([null, null], 'only on data points'); |
| 130 | |
| 131 | function check(content, style, msg) { |
| 132 | Lib.clearThrottle(); |
| 133 | mouseEvent('mousemove', pointPos[0], pointPos[1]); |
| 134 | |
| 135 | assertHoverLabelContent({nums: content}, msg); |
| 136 | assertHoverLabelStyle(d3Select('g.hovertext'), style, msg); |
| 137 | } |
| 138 | |
| 139 | check([ |
| 140 | 'Component A: 0.5', |
no test coverage detected
searching dependent graphs…