Update wbs_diagram_generator.py
Browse files- wbs_diagram_generator.py +1 -1
wbs_diagram_generator.py
CHANGED
|
@@ -132,7 +132,7 @@ def generate_wbs_diagram(json_input: str) -> str:
|
|
| 132 |
'splines': 'ortho', # Straight lines
|
| 133 |
'bgcolor': 'white', # White background
|
| 134 |
'pad': '0.5', # Padding
|
| 135 |
-
'ranksep': '0.
|
| 136 |
'nodesep': '0.5' # Adjust horizontal separation between nodes
|
| 137 |
}
|
| 138 |
)
|
|
|
|
| 132 |
'splines': 'ortho', # Straight lines
|
| 133 |
'bgcolor': 'white', # White background
|
| 134 |
'pad': '0.5', # Padding
|
| 135 |
+
'ranksep': '0.6', # Adjust vertical separation between ranks
|
| 136 |
'nodesep': '0.5' # Adjust horizontal separation between nodes
|
| 137 |
}
|
| 138 |
)
|