Skip to content
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

Multiple progresses in one bar #129

Open
ChocolateLoverRaj opened this issue Jul 21, 2022 · 2 comments
Open

Multiple progresses in one bar #129

ChocolateLoverRaj opened this issue Jul 21, 2022 · 2 comments

Comments

@ChocolateLoverRaj
Copy link

Multiple Progresses Bar (1)
The total would be the same, but there could be multiple different progresses. In the example image, the green color has more progress than the green color.

I'm using this library for showing progress of copying a MongoDB database. I have a progress bar for each collection I'm copying. The write progress will always be <= read progress, because each document has to be read first. So with the example green is write progress and blue is read progress.

@AndiDittrich
Copy link
Member

i'll handle this as proposed feature request. but currently i've no time to implement it.

technically it requires a new progressBar class like the Multibar

@clintandrewhall
Copy link

I could use this feature, as well... but I've no time to implement it, either. c'est la vie

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

No branches or pull requests

3 participants