Skip to content
Prev Previous commit
Next Next commit
Update _ext/translation_graph.py
 Removed extra white space. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
hfactor13 and Copilot authored Jul 12, 2025
commit e20f92cc7780c8f202c5ba1becbf0eb81dc9093c
2 changes: 1 addition & 1 deletion _ext/translation_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run(self):
paper_bgcolor="rgba(0,0,0,0)",
plot_bgcolor="rgba(0,0,0,0)",
hoverlabel_bgcolor="white",
hoverlabel_font_color = "black",
hoverlabel_font_color="black",
font_color="var(--bs-body-color)",
margin=dict(l=40, r=40, t=40, b=40),
xaxis_showgrid=False,
Expand Down