Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def generate_graph(investors, filtered_data):
|
|
183 |
line=dict(width=0.5, color='#333333')
|
184 |
),
|
185 |
textposition="middle center",
|
186 |
-
textfont=dict(size=
|
187 |
)
|
188 |
|
189 |
legend_items = []
|
|
|
183 |
line=dict(width=0.5, color='#333333')
|
184 |
),
|
185 |
textposition="middle center",
|
186 |
+
textfont=dict(size=15, color="#000000")
|
187 |
)
|
188 |
|
189 |
legend_items = []
|