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

Function checkInitialDimensions

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

Source from the content-addressed store, hash-verified

516 }
517
518 function checkInitialDimensions() {
519 checkDimensionCalc(gd, 0,
520 {dimensionInd: 0, displayInd: 0, dragX: null, dimensionLabel: 'One', count: 9});
521 checkDimensionCalc(gd, 1,
522 {dimensionInd: 1, displayInd: 1, dragX: null, dimensionLabel: 'Two', count: 9});
523 checkDimensionCalc(gd, 2,
524 {dimensionInd: 2, displayInd: 2, dragX: null, dimensionLabel: 'Three', count: 9});
525 }
526
527 function checkReorderedDimensions() {
528 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…