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
I'm trying to create a GUI with this module in Angular and want a radial-gauge. I tried the example code and it worked with the linear-gauge. But when I try to change it to a radial gauge, the radial gauge shows up but the value doesn't update (the value does update for the linear-gauge example)
Anyone have working code for a radial gauge that updates its value based on some value in the AppComponent class, like in the example?
The text was updated successfully, but these errors were encountered:
I'm trying to create a GUI with this module in Angular and want a radial-gauge. I tried the example code and it worked with the linear-gauge. But when I try to change it to a radial gauge, the radial gauge shows up but the value doesn't update (the value does update for the linear-gauge example)
Anyone have working code for a radial gauge that updates its value based on some value in the AppComponent class, like in the example?
The text was updated successfully, but these errors were encountered: