cassiebuhler commited on
Commit
e999258
·
1 Parent(s): 5dc4444

legend gets cropped out

Browse files
Files changed (1) hide show
  1. app/utils.py +1 -1
app/utils.py CHANGED
@@ -278,7 +278,7 @@ def stacked_bar(df, x, y, color, title, colors):
278
  ).configure_legend(
279
  direction='horizontal',
280
  orient='top',
281
- columns=3,
282
  title=None,
283
  labelOffset=2,
284
  offset=10,
 
278
  ).configure_legend(
279
  direction='horizontal',
280
  orient='top',
281
+ columns=2,
282
  title=None,
283
  labelOffset=2,
284
  offset=10,