You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are certain situation where I would like to have some kind of stacked progress bar. E.g. to show the result of the tasks or to visualize some other kind of distribution within the progress...
Styles can be customized by implementing your own ProgressBarRenderer. Right now you can use this customized renderer using this deprecated constructor, but in the next version it'll be added to the builder pattern so that you can use
There are certain situation where I would like to have some kind of stacked progress bar. E.g. to show the result of the tasks or to visualize some other kind of distribution within the progress...
Test 46% [xxx========> ] 20 failed; 70 successful / 200
Import 46% [xxxooo=====> ] 20 foo; 20 bar, 50 bazz / 200
It wold be nice, if this could be added to this library.
The text was updated successfully, but these errors were encountered: