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

Function checkMidDragCategories

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

Source from the content-addressed store, hash-verified

834 }
835
836 function checkMidDragCategories() {
837 checkCategoryCalc(gd, 1, 0, {
838 categoryLabel: 'A',
839 categoryInd: 0,
840 displayInd: 0
841 });
842
843 checkCategoryCalc(gd, 1, 1, {
844 categoryLabel: 'B',
845 categoryInd: 1,
846 displayInd: 2
847 });
848
849 checkCategoryCalc(gd, 1, 2, {
850 categoryLabel: 'C',
851 categoryInd: 2,
852 displayInd: 1
853 });
854 }
855
856 function checkFinalDimensions() {
857 checkDimensionCalc(gd, 0,

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…