Skip to content

Commit d72cb91

Browse files
committed
improve total score legend
1 parent 6a0dd8e commit d72cb91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,8 @@ def ts_update(n, use_only_selected,
15981598
barmode='stack',
15991599
font_size=14,
16001600
yaxis=dict(autorange='reversed'),
1601-
xaxis=dict(title='total score and its components', side='top')
1601+
xaxis=dict(title='total score and its components', side='top'),
1602+
legend=dict(x=1.0, y=0.0, xanchor='right', yanchor='bottom')
16021603
)
16031604
return df.to_dict('records'), fig
16041605

0 commit comments

Comments
 (0)