Michael Yuan commited on
Commit ·
7754c8c
1
Parent(s): e450cd0
Change plot background's gray to match the Clear button's gray for visibility
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def get_bar_chart(df):
|
|
| 86 |
title=f"Last Modified {last_update_time}",
|
| 87 |
showlegend=False,
|
| 88 |
modebar_remove=["lasso2d", "select2d"],
|
| 89 |
-
plot_bgcolor="#
|
| 90 |
xaxis_fixedrange=True,
|
| 91 |
xaxis_range=[0, max_index + 1],
|
| 92 |
xaxis_showticklabels=False,
|
|
|
|
| 86 |
title=f"Last Modified {last_update_time}",
|
| 87 |
showlegend=False,
|
| 88 |
modebar_remove=["lasso2d", "select2d"],
|
| 89 |
+
plot_bgcolor="#E4E4E6",
|
| 90 |
xaxis_fixedrange=True,
|
| 91 |
xaxis_range=[0, max_index + 1],
|
| 92 |
xaxis_showticklabels=False,
|