Skip to content

Commit

Permalink
Adjust Vega output height
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 16, 2024
1 parent 95669fa commit 745f7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ai/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,4 +911,4 @@ def _extract_spec(self, model):
vega_spec["width"] = "container"
if "height" not in vega_spec:
vega_spec["height"] = "container"
return {'spec': vega_spec, "sizing_mode": "stretch_both", "min_height": 300}
return {'spec': vega_spec, "sizing_mode": "stretch_both", "min_height": 500}

0 comments on commit 745f7e0

Please sign in to comment.