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
When the first or last meter item is not visible because his value is 0, the visible first or last items, instead of rounded start/end, they have a flat start/end.
For example:
I suggest to ignore the items with a value equal to zero to prevent this. The correct way to view the meter should be:
Environment
I have forked this repository and run it with npm run start. I did't have done any changes.
Reproducer
No response
Angular version
18.0.2
PrimeNG version
17.18.10
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.17.0
Browser(s)
No response
Steps to reproduce the behavior
Set the first and/or last meter group items' value of the meter group exaple to zero.
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 26, 2024
Describe the bug
When the first or last meter item is not visible because his value is 0, the visible first or last items, instead of rounded start/end, they have a flat start/end.
For example:
![image](https://private-user-images.githubusercontent.com/65942129/371097984-6feddf0f-82b4-4a66-bd49-978fe500f64b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTIxNjEsIm5iZiI6MTczODk5MTg2MSwicGF0aCI6Ii82NTk0MjEyOS8zNzEwOTc5ODQtNmZlZGRmMGYtODJiNC00YTY2LWJkNDktOTc4ZmU1MDBmNjRiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA1MTc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3NWFjOThiYzY0Nzg1MjBkODA3MzIxMGQzMTMwNjgyZWY4MWVhOGJmNWE2NTQ1ZjU2ZmU1MTI0ZDgwZDNiYTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8af1DVJIDydaD7MXxpO_b1tyh2OWYOUVSAbV6yS9Ofc)
I suggest to ignore the items with a value equal to zero to prevent this. The correct way to view the meter should be:
![image](https://private-user-images.githubusercontent.com/65942129/371098587-011227bc-4cee-4b26-8943-0e1f3f0575f9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTIxNjEsIm5iZiI6MTczODk5MTg2MSwicGF0aCI6Ii82NTk0MjEyOS8zNzEwOTg1ODctMDExMjI3YmMtNGNlZS00YjI2LTg5NDMtMGUxZjNmMDU3NWY5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA1MTc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM2ZmE3M2IxNzY3NTM0ZGNiMjBiYmQyZmExZGMzZGM2MDhkYzU3ZGE5MTU1YWNlNzNlOTBkNTg2NjkzYmU0NDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TSE5ZY2kgKuv_up5A49yQ-QZmUnzOO-Cqlec2P2wdbE)
Environment
I have forked this repository and run it with
npm run start
. I did't have done any changes.Reproducer
No response
Angular version
18.0.2
PrimeNG version
17.18.10
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.17.0
Browser(s)
No response
Steps to reproduce the behavior
Set the first and/or last meter group items' value of the meter group exaple to zero.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: