We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fe24e commit f08296dCopy full SHA for f08296d
airflow/www/static/js/graph.js
@@ -667,7 +667,7 @@ function focusGroup(nodeId, followMouse = true) {
667
668
// Calculate zoom scale to fill most of the canvas with the node/cluster in focus.
669
const scale =
670
- Math.min(Math.min(width / nodeWidth, height / nodeHeight), maxZoom) * 0.8;
+ Math.min(Math.min(width / nodeWidth, height / nodeHeight), maxZoom) * 0.4;
671
672
// Move the graph so that the node that was expanded/collapsed is centered around
673
// the mouse click.
0 commit comments