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
Files changed (1) hide show
  1. app.py +1 -1
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="#FAFAFA",
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,