Spaces:
Sleeping
Sleeping
Commit
·
a82090a
1
Parent(s):
79e6cc7
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ colors = {'not started': 'rgb(220, 0, 0)',
|
|
25 |
fig = ff.create_gantt(df, colors=colors, index_col='Resource', show_colorbar=True, title="BigCode planning")
|
26 |
fig.update_xaxes(ticks= "outside",
|
27 |
ticklabelmode= "period",
|
|
|
28 |
tickcolor= "black",
|
29 |
ticklen=10,
|
30 |
minor=dict(
|
|
|
25 |
fig = ff.create_gantt(df, colors=colors, index_col='Resource', show_colorbar=True, title="BigCode planning")
|
26 |
fig.update_xaxes(ticks= "outside",
|
27 |
ticklabelmode= "period",
|
28 |
+
tickformat="%m",
|
29 |
tickcolor= "black",
|
30 |
ticklen=10,
|
31 |
minor=dict(
|