更改绘图甘特图颜色栏位置

时间:2018-11-27 11:48:42

标签: plotly gantt-chart

我正在从一个数据框创建一个甘特图,该数据框每天包含大约10-20个主题。

import plotly.figure_factory as ff

fig = ff.create_gantt(df, title='GANTT',
                  colors='Jet',
                  index_col='Topic', height=600,
                  show_colorbar=True, group_tasks=True)

颜色栏始终显示为隐藏在右侧栏中,我必须向下滚动才能看到它。已经here报告了此问题,但没有令人满意的解决方案。有人知道解决办法吗?

0 个答案:

没有答案