(cb)
| 454 | spyOn(Plots, 'doCalcdata').and.callThrough(); |
| 455 | |
| 456 | function getOutline(cb) { |
| 457 | return Number(cb.select('.cboutline').node().style['stroke-width']); |
| 458 | } |
| 459 | |
| 460 | function _assert(msg, exp) { |
| 461 | var gd3 = d3Select(gd); |
no outgoing calls
no test coverage detected
searching dependent graphs…