(msg, exp)
| 1119 | } |
| 1120 | |
| 1121 | function _assert(msg, exp) { |
| 1122 | var trace3 = d3Select(gd).select('.boxlayer > .trace'); |
| 1123 | _assertOne(msg, exp, trace3, 'boxCnt', 'path.box'); |
| 1124 | _assertOne(msg, exp, trace3, 'meanlineCnt', 'path.mean'); |
| 1125 | _assertOne(msg, exp, trace3, 'ptsCnt', 'path.point'); |
| 1126 | } |
| 1127 | |
| 1128 | Plotly.newPlot(gd, fig) |
| 1129 | .then(function() { |
no test coverage detected
searching dependent graphs…