(auto, msg)
| 1208 | var zmax1 = 10; |
| 1209 | |
| 1210 | function check(auto, msg) { |
| 1211 | negateIf(auto, expect(gd._fullData[0].zmin)).toBe(zmin0, msg); |
| 1212 | expect(gd._fullData[0].zauto).toBe(auto, msg); |
| 1213 | negateIf(auto, expect(gd._fullData[1].zmax)).toBe(zmax1, msg); |
| 1214 | expect(gd._fullData[1].zauto).toBe(auto, msg); |
| 1215 | } |
| 1216 | |
| 1217 | Plotly.newPlot(gd, [ |
| 1218 | { |
no test coverage detected
searching dependent graphs…