Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +2 -2
dashboard.py
CHANGED
@@ -395,8 +395,8 @@ def create_overlay_plots(df):
|
|
395 |
padding=-0.1,
|
396 |
border_line_color='black', # Border color around the plot
|
397 |
axis_label_color='black', # Set axis label color to black
|
398 |
-
axis_label_text_font_size='
|
399 |
-
|
400 |
show_legend=True,
|
401 |
legend_position='top_left',
|
402 |
legend_opts={
|
|
|
395 |
padding=-0.1,
|
396 |
border_line_color='black', # Border color around the plot
|
397 |
axis_label_color='black', # Set axis label color to black
|
398 |
+
axis_label_text_font_size='10pt', # Set axis label font size
|
399 |
+
|
400 |
show_legend=True,
|
401 |
legend_position='top_left',
|
402 |
legend_opts={
|