Searched refs:minGraphY (Results 1 – 2 of 2) sorted by relevance
471 graph.minGraphY = 0;487 if ((node.y - 50) < graph.minGraphY) {488 graph.minGraphY = node.y - 50;499 const height = graph.maxGraphY - graph.minGraphY;504 [graph.minGraphX - width / 2, graph.minGraphY - height / 2],
43 minGraphY: number; property in GraphView78 graph.minGraphY = 0;950 …this.panZoom.translateTo(this.svg, this.minGraphX + this.width / 2, this.minGraphY + this.height /…