Spaces:
Sleeping
Sleeping
Commit
·
8acef28
1
Parent(s):
a82090a
Update app.py
Browse files
app.py
CHANGED
@@ -25,11 +25,12 @@ 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 |
-
tickformat="%
|
29 |
tickcolor= "black",
|
30 |
ticklen=10,
|
31 |
minor=dict(
|
32 |
ticklen=4,
|
|
|
33 |
dtick=7*24*60*60*1000,
|
34 |
tick0="2023-01-16",
|
35 |
griddash='dot',
|
|
|
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="%b",
|
29 |
tickcolor= "black",
|
30 |
ticklen=10,
|
31 |
minor=dict(
|
32 |
ticklen=4,
|
33 |
+
tickformat="%d-%m",
|
34 |
dtick=7*24*60*60*1000,
|
35 |
tick0="2023-01-16",
|
36 |
griddash='dot',
|