Home
last modified time | relevance | path

Searched refs:correctY (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js22 this.correctY = false;
28 this.correctY = true;
32 this.correctY = true;
51 this.correctY = true;
85 …raph, parent, this.branchOptimizer, this.parentChildSpacing, this.siblingSpacing, this.correctY);
101 … main: function (graph, parent, branchOptimizer, parentChildSpacing, siblingSpacing, correctY) { argument
118 RPOrgChart.correctY = correctY;
446 … var yCorrection = RPOrgChart.correctY? Math.min(0, -(RPOrgChart.parentChildSpacing / 2) + 5) : 0;