(xyType, xyTypeIn, iIn, iOut)
| 1502 | }); |
| 1503 | |
| 1504 | function checkScaling(xyType, xyTypeIn, iIn, iOut) { |
| 1505 | expect(gd._fullData[iOut].xtype).toBe(xyType); |
| 1506 | expect(gd._fullData[iOut].ytype).toBe(xyType); |
| 1507 | expect(gd.data[iIn].xtype).toBe(xyTypeIn); |
| 1508 | expect(gd.data[iIn].ytype).toBe(xyTypeIn); |
| 1509 | } |
| 1510 | |
| 1511 | it('sets heatmap xtype/ytype when you edit x/y data or scaling params', function (done) { |
| 1512 | Plotly.newPlot(gd, [ |
no outgoing calls
no test coverage detected
searching dependent graphs…