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

Flickering view #13

Open
colinbes opened this issue Aug 13, 2015 · 0 comments
Open

Flickering view #13

colinbes opened this issue Aug 13, 2015 · 0 comments

Comments

@colinbes
Copy link
Contributor

I find that if I use data="..." attribute then the gauge flickers on update, if I use longer form of specifying values then transition is smooth.

ie.

<div width="300" ng-radial-gauge ranges="sweep.ranges" value="sweep.value" value-unit="sweep.unit" 
     precision="sweep.precision" lower-limit="sweep.lowerLimit" upper-limit="sweep.upperLimit">
</div>

<!-- Flickers with update to value -->
<div width="300" ng-radial-gauge data="sweep">
</div>
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

1 participant