Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ def generate_graph(investors, filtered_data):
|
|
198 |
color=investor_color_map[investor]
|
199 |
),
|
200 |
legendgroup=investor,
|
201 |
-
showlegend=
|
202 |
name=investor
|
203 |
)
|
204 |
)
|
|
|
198 |
color=investor_color_map[investor]
|
199 |
),
|
200 |
legendgroup=investor,
|
201 |
+
showlegend=False,
|
202 |
name=investor
|
203 |
)
|
204 |
)
|