Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83ed3ad

Browse files
committed
default height is set to 600
1 parent 228bdcf commit 83ed3ad

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/figure_factory

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/figure_factory/_gantt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def create_gantt(
810810
bar_width=0.2,
811811
showgrid_x=False,
812812
showgrid_y=False,
813-
height=None,
813+
height=600,
814814
width=None,
815815
tasks=None,
816816
task_names=None,

0 commit comments

Comments
 (0)