(axName, anchor, side, position)
| 1233 | |
| 1234 | it('responds to xside and yside', function(done) { |
| 1235 | function checkAxis(axName, anchor, side, position) { |
| 1236 | var ax = gd._fullLayout[axName]; |
| 1237 | expect(ax.anchor).toBe(anchor, axName); |
| 1238 | expect(ax.side).toBe(side, axName); |
| 1239 | expect(ax.position).toBe(position, axName); |
| 1240 | } |
| 1241 | |
| 1242 | Plotly.newPlot(gd, |
| 1243 | // leave some empty rows/columns |
no outgoing calls
no test coverage detected
searching dependent graphs…