ngRadialGauge icon indicating copy to clipboard operation
ngRadialGauge copied to clipboard

Flickering view

Open colinbes opened this issue 10 years ago • 0 comments

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>

colinbes avatar Aug 13 '15 21:08 colinbes