Contains contribution from the community. Thank you, everyone, for your helping hands.
Features:
-
If the gauge value changes, the gauge will not redraw from 0 as always. It moves differentially from current value to new value (increase or decrease based on new value as compared to current value). Thanks @karlmtc #40
-
label-only
mode is introduced. When set totrue
it will show the text label only given in thelabel
attribute at the center of the gauge. Thanks @anunesse #45 -
fraction-size
is introduced. Angular Gauge uses number filter to display value at the center.fraction-size
provides the number of fraction digits to show. It is the same parameter that is passed to number filter. Thanks @karlmtc #44 -
Angular ~1.6.6 latest compatibility verified and example and website are updated to new version.
Bug Fixes
- Thresholds value is treated as a string produces wrong color values. Thanks @donghopark #38
- Infinite Digest Loop on the example web page and official webpage of angular-gauge.