James McCool commited on
Commit
48d237d
·
1 Parent(s): c43aee7

Disable y-axis auto-reversal in game rotation timeline plot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -700,7 +700,7 @@ with tab5:
700
  game_rot_stats = game_rot_stats.drop_duplicates(subset='backlog_lookup')
701
 
702
  fig = px.timeline(check_rotation, x_start="Start", x_end="Finish", y="Resource", range_x=[0,check_rotation["Finish"].max()], text='Task')
703
- fig.update_yaxes(autorange="reversed")
704
 
705
  # fig.layout.xaxis.type = 'linear'
706
  # fig.data[0].x = check_rotation.delta.tolist()
 
700
  game_rot_stats = game_rot_stats.drop_duplicates(subset='backlog_lookup')
701
 
702
  fig = px.timeline(check_rotation, x_start="Start", x_end="Finish", y="Resource", range_x=[0,check_rotation["Finish"].max()], text='Task')
703
+ # fig.update_yaxes(autorange="reversed")
704
 
705
  # fig.layout.xaxis.type = 'linear'
706
  # fig.data[0].x = check_rotation.delta.tolist()