()
| 525 | } |
| 526 | |
| 527 | function checkReorderedDimensions() { |
| 528 | checkDimensionCalc(gd, 0, |
| 529 | {dimensionInd: 0, displayInd: 0, dragX: null, dimensionLabel: 'One', count: 9}); |
| 530 | checkDimensionCalc(gd, 1, |
| 531 | {dimensionInd: 1, displayInd: 2, dragX: null, dimensionLabel: 'Two', count: 9}); |
| 532 | checkDimensionCalc(gd, 2, |
| 533 | {dimensionInd: 2, displayInd: 1, dragX: null, dimensionLabel: 'Three', count: 9}); |
| 534 | } |
| 535 | |
| 536 | function checkMidDragDimensions(dragDimStartX) { |
| 537 | checkDimensionCalc(gd, 0, |
no test coverage detected
searching dependent graphs…