Skip to content

v2.1.0

Compare
Choose a tag to compare
@ashish-chopra ashish-chopra released this 26 Jun 08:12
· 27 commits to master since this release

Introduced a much required feature - threshold based color ranges- in angular-gauge.

A new property thresholds for <ng-gauge> has been introduced that can take an object of key-value pairs. The key represents the threshold point (minimum value after which it takes the color represented by the value object); and value is an object that holds a color property. For more information checkout README's section
Configure Threshold Color Ranges.