Skip to content
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/python/plotly/plotly/figure_factory/_gantt.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def create_gantt(
showgrid_x=False,
showgrid_y=False,
height=600,
width=900,
width=None,
tasks=None,
task_names=None,
data=None,
Expand Down