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

ProgressBar: not showing percentage with decimals #2227

Closed
AnkitaBagale opened this issue Jun 13, 2024 · 2 comments · Fixed by #2284
Closed

ProgressBar: not showing percentage with decimals #2227

AnkitaBagale opened this issue Jun 13, 2024 · 2 comments · Fixed by #2284
Assignees
Labels
P0 Critical Review - Design Waiting for design review

Comments

@AnkitaBagale
Copy link

           <ProgressBar
              type="meter"
              showPercentage
              size="large"
              variant="circular"
              color={getProgressBarColor()}
              value={0.1}
            />
image
@saurabhdaware saurabhdaware added the Review - Design Waiting for design review label Jun 14, 2024
@saurabhdaware
Copy link
Member

We'll check with design and get back. Thanks

@chaitanyadeorukhkar
Copy link
Collaborator

When type is meter we should show decimals, when type is progress, we should round it off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Critical Review - Design Waiting for design review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants