-
Notifications
You must be signed in to change notification settings - Fork 73
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
foregroundColor attribute changes don't refresh the view #97
Comments
I have the same issue. The display is only updated when the gauge value is changed. |
the purpose of this graph is basically to have more or less 3 fixed colors that change dynamically based on the value, HTML property - [thresholds]="thresholdConfig" this variable determines the color by checking if its value is within any of the ranges |
Thanks, thresholds don't apply to my admittedly specific use case. I'm trying to set the gauge foreground and background colours red when the link between my client and server is down, nothing to do with the gauge value. |
Hello,
I need to refresh all the page to reload the display of the gauge when there are changes on the foregroundColor attribute. Do I miss something ?
Minimal example here : https://stackblitz.com/edit/ngx-gauge-issu?file=src%2Fapp%2Fapp.component.html
The text was updated successfully, but these errors were encountered: