Spaces:
Building on CPU Upgrade
Building on CPU Upgrade
Update utils.py
Browse files
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="
|
| 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="
|
| 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 |
|