MCPcopy Index your code
hub / github.com/plotly/plotly.js / checkFinalDimensions

Function checkFinalDimensions

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

Source from the content-addressed store, hash-verified

854 }
855
856 function checkFinalDimensions() {
857 checkDimensionCalc(gd, 0,
858 {dimensionInd: 0, displayInd: 0, dragX: null, dimensionLabel: 'One', count: 9});
859 checkDimensionCalc(gd, 1,
860 {dimensionInd: 1, displayInd: 2, dragX: null, dimensionLabel: 'Two', count: 9});
861 checkDimensionCalc(gd, 2,
862 {dimensionInd: 2, displayInd: 1, dragX: null, dimensionLabel: 'Three', count: 9});
863 }
864
865 function checkFinalCategories() {
866 checkCategoryCalc(gd, 1, 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…