Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Change automatic ordering when using group_tasks=True ? #1374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
johentsch opened this issue Dec 20, 2018 · 1 comment
Closed

Change automatic ordering when using group_tasks=True ? #1374

johentsch opened this issue Dec 20, 2018 · 1 comment

Comments

@johentsch
Copy link

This is a great feature, thank you for implementing!
Is it done on purpose the the ordering of the tasks (top down) is the opposite of the Gantt charts' standard behaviour (botten up)? I tried to invert the data but apparently the tasks are automatically sorted starting on top. Is there a way to change that?

Originally posted by @laserjeyes in #588

@johentsch johentsch changed the title This is a great feature, thank you for implementing! Change automatic ordering when using group_tasks=True ? Dec 20, 2018
@johentsch
Copy link
Author

johentsch commented Dec 20, 2018

fig['layout']['yaxis'].update({'autorange': 'reversed'}) did the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant