-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fill all States #1
Comments
You can mark the last point as completedTillIndex to fill it. |
@amratab still doesn't fill the last state progressBarWithoutLastState.numberOfPoints = 4 |
Can you briefly explain what is your exact requirement. Do you want all the circles to be filled and look same and not indicate the last state differently? If thats the case, give same values for progressRadius and radius and define lastStateOuterCircleLineWidth as 0. But if you do need to show the last state differently later, then I don't think there is a way to show them all filled in the beginning without showing last one separately. |
ok i got it, thanks alot really grateful for your answering time ,hope you all the best |
hi Amrata,
i was wondering is there a way to fill all states till the last one (currently fill all before current Index)
thanks in advance
The text was updated successfully, but these errors were encountered: