(*args, **kwargs)
| 620 | |
| 621 | @staticmethod |
| 622 | def create_gantt(*args, **kwargs): |
| 623 | FigureFactory._deprecated("create_gantt") |
| 624 | from plotly.figure_factory import create_gantt |
| 625 | |
| 626 | return create_gantt(*args, **kwargs) |
| 627 | |
| 628 | @staticmethod |
| 629 | def create_ohlc(*args, **kwargs): |