Skip to content

Commit 9fb554d

Browse files
committed
fix colors
1 parent 0b53432 commit 9fb554d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -643,12 +643,12 @@ def generate_page(n_intervals):
643643
y=df_square_ints.index.tolist(),
644644
x=df_square_ints.columns.tolist(),
645645
annotation_text=df_square_statuses.values,
646-
colorscale="Turbo",
646+
colorscale="Bluered",
647647
showscale=False,
648648
customdata=df_square_statuses.values,
649649
hovertemplate="forecast:%{customdata}",
650650
name="Forecast",
651-
font_colors=["white", "black"],
651+
font_colors=["white", "white"],
652652
)
653653
figh.update_layout(
654654
template="plotly_dark",

0 commit comments

Comments
 (0)