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 created a separate component for this gauge graph. I'm calling this component via a selector in another component and I'm passing the value of the graph via Input "@input() decorator".
I'm using this selector 8 times in component. Gauge value is passed correctly but the filling inside the arc is not working for a few gauges. Is there any refresh function needed when the component is initiated or reloaded?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@ashish-chopra
I have the same issue, when I update the value dynamically the gauge value gets updated but the gauge bar is not drawn at all. It disappears.
[Update]
But this happens only if you messed around with the gauge Value. In my example I had an undefined for the value and after that it set a correct number. Only in this case it happens.
<app-gauge [gauge_value]="gauge_level"></app-gauge>
Thanks in advance!
The text was updated successfully, but these errors were encountered: