Skip to content
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

Gauge filling is not working #62

Open
Vallikannu-AR opened this issue Dec 20, 2019 · 3 comments
Open

Gauge filling is not working #62

Vallikannu-AR opened this issue Dec 20, 2019 · 3 comments

Comments

@Vallikannu-AR
Copy link

Vallikannu-AR commented Dec 20, 2019

  • 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".

<app-gauge [gauge_value]="gauge_level"></app-gauge>

  • 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!

@fernandocode
Copy link
Contributor

You could present it in simplified example aqui

@ashish-chopra
Copy link
Owner

@Vallikannu-AR Please share more details by reproducing the issue on stackblitz. Thanks!

@mschuch
Copy link

mschuch commented Aug 14, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants