Skip to content
Closed
2 changes: 2 additions & 0 deletions _ext/translation_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def run(self):
fig.update_layout(
paper_bgcolor="rgba(0,0,0,0)",
plot_bgcolor="rgba(0,0,0,0)",
hoverlabel_bgcolor="var(--bs-body-bg)",
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
Loading