alexaxbreadbytes commited on
Commit
7d31c46
1 Parent(s): 2ae4737

update legend

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -561,6 +561,10 @@ def runapp() -> None:
561
  title="Cumulative P/L",
562
  showgrid=False
563
  ),
 
 
 
 
564
  plot_bgcolor = 'rgba(10, 10, 10, 1)'
565
  )
566
 
 
561
  title="Cumulative P/L",
562
  showgrid=False
563
  ),
564
+ legend=dict(
565
+ x=0,
566
+ y=.5,
567
+ traceorder="normal")
568
  plot_bgcolor = 'rgba(10, 10, 10, 1)'
569
  )
570