ZahirJS commited on
Commit
9bba947
·
verified ·
1 Parent(s): 29bc850

Update timeline_generator.py

Browse files
Files changed (1) hide show
  1. timeline_generator.py +1 -1
timeline_generator.py CHANGED
@@ -53,7 +53,7 @@ def generate_timeline_diagram(json_input: str, output_format: str) -> str:
53
  name='Timeline',
54
  format='png',
55
  graph_attr={
56
- 'rankdir': 'TB', # Top-to-Bottom for better control
57
  'splines': 'ortho', # Straight lines with 90-degree bends
58
  'bgcolor': 'white', # White background
59
  'pad': '0.8', # Padding around the graph
 
53
  name='Timeline',
54
  format='png',
55
  graph_attr={
56
+ 'rankdir': 'TB', # Top-to-Bottom
57
  'splines': 'ortho', # Straight lines with 90-degree bends
58
  'bgcolor': 'white', # White background
59
  'pad': '0.8', # Padding around the graph