()
| 863 | } |
| 864 | |
| 865 | function checkFinalCategories() { |
| 866 | checkCategoryCalc(gd, 1, 0, { |
| 867 | categoryLabel: 'A', |
| 868 | categoryInd: 0, |
| 869 | displayInd: 1 |
| 870 | }); |
| 871 | |
| 872 | checkCategoryCalc(gd, 1, 1, { |
| 873 | categoryLabel: 'B', |
| 874 | categoryInd: 1, |
| 875 | displayInd: 2 |
| 876 | }); |
| 877 | |
| 878 | checkCategoryCalc(gd, 1, 2, { |
| 879 | categoryLabel: 'C', |
| 880 | categoryInd: 2, |
| 881 | displayInd: 0 |
| 882 | }); |
| 883 | } |
| 884 | |
| 885 | it('should support dragging category to reorder categories and dimensions in freeform arrangement', function(done) { |
| 886 | // Set arrangement |
no test coverage detected
searching dependent graphs…