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

Function checkInitialCategories

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

Source from the content-addressed store, hash-verified

814 }
815
816 function checkInitialCategories() {
817 checkCategoryCalc(gd, 1, 0, {
818 categoryLabel: 'A',
819 categoryInd: 0,
820 displayInd: 0
821 });
822
823 checkCategoryCalc(gd, 1, 1, {
824 categoryLabel: 'B',
825 categoryInd: 1,
826 displayInd: 1
827 });
828
829 checkCategoryCalc(gd, 1, 2, {
830 categoryLabel: 'C',
831 categoryInd: 2,
832 displayInd: 2
833 });
834 }
835
836 function checkMidDragCategories() {
837 checkCategoryCalc(gd, 1, 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…