MCPcopy
hub / github.com/plotly/plotly.js / checkFinalCategories

Function checkFinalCategories

test/jasmine/tests/parcats_test.js:865–883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

parcats_test.jsFile · 0.85

Calls 1

checkCategoryCalcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…