Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@ashish-chopra ashish-chopra released this 23 Nov 06:19
· 1 commit to master since this release

Contains contribution from the community. Thank you, everyone, for your helping hands.

Features:

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

  2. label-only mode is introduced. When set to true it will show the text label only given in the label attribute at the center of the gauge. Thanks @anunesse #45

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

  4. Angular ~1.6.6 latest compatibility verified and example and website are updated to new version.

Bug Fixes

  1. Thresholds value is treated as a string produces wrong color values. Thanks @donghopark #38
  2. Infinite Digest Loop on the example web page and official webpage of angular-gauge.