primeng
primeng copied to clipboard
Meter group set values under 1 as zero
Describe the bug
Hello, if the list contains some values under 1 like 0.5% etc. it is rounded to 0, here the code.
It would be great to have the possibility to not be limited to values >= 1.
Environment
I am using PrimeNG 17.10.0 under OSX and Google Chrome.
Reproducer
No response
Angular version
17.2.4
PrimeNG version
17.10.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.3.0
Browser(s)
Chrome
Steps to reproduce the behavior
Just set a value less than 1.
Expected behavior
Values less than 1 are correctly rendered.