ZahirJS commited on
Commit
dcb9a72
·
verified ·
1 Parent(s): 456aa40

Update timeline_generator.py

Browse files
Files changed (1) hide show
  1. timeline_generator.py +1 -1
timeline_generator.py CHANGED
@@ -78,7 +78,7 @@ def generate_timeline_diagram(json_input: str, output_format: str) -> str:
78
  shape='plaintext',
79
  fontsize='18',
80
  fontweight='bold',
81
- fontcolor='#404040',
82
  pos="6,2!"
83
  )
84
 
 
78
  shape='plaintext',
79
  fontsize='18',
80
  fontweight='bold',
81
+ fontcolor='#000000',
82
  pos="6,2!"
83
  )
84