Spaces:
Runtime error
Runtime error
James McCool
commited on
Commit
·
2582b8c
1
Parent(s):
141577b
Update game rotation timeline to include Task column in y-axis data
Browse files
app.py
CHANGED
@@ -704,6 +704,7 @@ with tab5:
|
|
704 |
|
705 |
fig.layout.xaxis.type = 'linear'
|
706 |
fig.data[0].x = check_rotation.Start.tolist()
|
|
|
707 |
# fig.update_yaxes(autorange="reversed")
|
708 |
|
709 |
# Create a color map for each unique player
|
|
|
704 |
|
705 |
fig.layout.xaxis.type = 'linear'
|
706 |
fig.data[0].x = check_rotation.Start.tolist()
|
707 |
+
fig.data[0].y = check_rotation.Task.tolist()
|
708 |
# fig.update_yaxes(autorange="reversed")
|
709 |
|
710 |
# Create a color map for each unique player
|