LeonceNsh commited on
Commit
d7696b8
·
verified ·
1 Parent(s): 97568f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True,
202
  name=investor
203
  )
204
  )
 
198
  color=investor_color_map[investor]
199
  ),
200
  legendgroup=investor,
201
+ showlegend=False,
202
  name=investor
203
  )
204
  )