-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Closed
Copy link
Labels
Description
Version
5.1.1
Link to Minimal Reproduction
Steps to Reproduce
- Open gauge chart
- set min to 0 and max to -100
- see that the progress color is disappeared
Current Behavior
When the min and max for the gauge chart is set to negative values (we have a requirement to show the gauge with negative values), the progress color fades away
Expected Behavior
The progress color should be retained irrespective of whether min max is negative/positive
Environment
- OS: Windows
- Browser: Chrome
- Framework: Angular 17Any additional comments?
No response
kingyue737