duongthienz commited on
Commit
19f7a59
·
verified ·
1 Parent(s): 798d52a

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -440,7 +440,7 @@ def build_fig_sunburst_single(df5, speaker_color_map, get_display_name_fn, currF
440
  "Parent: %{customdata[3]}",
441
  "Percentage of Parent: %{customdata[4]:.2f}%",
442
  ]))
443
- fig.update_layout(**TRANSPARENT_BG, font_color="black")
444
  return fig
445
 
446
 
@@ -480,7 +480,7 @@ def build_fig_sunburst_multi(df5, speaker_color_map, get_display_name_fn, currFi
480
  "Parent: %{customdata[3]}",
481
  "Percentage of Parent: %{customdata[4]:.2f}%",
482
  ]))
483
- fig.update_layout(**TRANSPARENT_BG, font_color="black")
484
  return fig
485
 
486
 
 
440
  "Parent: %{customdata[3]}",
441
  "Percentage of Parent: %{customdata[4]:.2f}%",
442
  ]))
443
+ fig.update_layout(**TRANSPARENT_BG, font_color="Dark Grey")
444
  return fig
445
 
446
 
 
480
  "Parent: %{customdata[3]}",
481
  "Percentage of Parent: %{customdata[4]:.2f}%",
482
  ]))
483
+ fig.update_layout(**TRANSPARENT_BG, font_color="Dark Grey")
484
  return fig
485
 
486