()
| 854 | } |
| 855 | |
| 856 | function checkFinalDimensions() { |
| 857 | checkDimensionCalc(gd, 0, |
| 858 | {dimensionInd: 0, displayInd: 0, dragX: null, dimensionLabel: 'One', count: 9}); |
| 859 | checkDimensionCalc(gd, 1, |
| 860 | {dimensionInd: 1, displayInd: 2, dragX: null, dimensionLabel: 'Two', count: 9}); |
| 861 | checkDimensionCalc(gd, 2, |
| 862 | {dimensionInd: 2, displayInd: 1, dragX: null, dimensionLabel: 'Three', count: 9}); |
| 863 | } |
| 864 | |
| 865 | function checkFinalCategories() { |
| 866 | checkCategoryCalc(gd, 1, 0, { |
no test coverage detected
searching dependent graphs…