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

Function checkReorderedDimensions

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

Source from the content-addressed store, hash-verified

525 }
526
527 function checkReorderedDimensions() {
528 checkDimensionCalc(gd, 0,
529 {dimensionInd: 0, displayInd: 0, dragX: null, dimensionLabel: 'One', count: 9});
530 checkDimensionCalc(gd, 1,
531 {dimensionInd: 1, displayInd: 2, dragX: null, dimensionLabel: 'Two', count: 9});
532 checkDimensionCalc(gd, 2,
533 {dimensionInd: 2, displayInd: 1, dragX: null, dimensionLabel: 'Three', count: 9});
534 }
535
536 function checkMidDragDimensions(dragDimStartX) {
537 checkDimensionCalc(gd, 0,

Callers 1

parcats_test.jsFile · 0.85

Calls 1

checkDimensionCalcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…