Skip to content

Commit 15b2519

Browse files
cs48ajonmmease
authored andcommitted
responsive Gantt-chart (#1724)
* default values for height and width of Gantt-chart are replaced with None the created figure is now responsive * default height is set to 600
1 parent 01a78d3 commit 15b2519

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/figure_factory/_gantt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def create_gantt(
811811
showgrid_x=False,
812812
showgrid_y=False,
813813
height=600,
814-
width=900,
814+
width=None,
815815
tasks=None,
816816
task_names=None,
817817
data=None,

0 commit comments

Comments
 (0)