ashish-chopra / angular-gauge

A reusable gauge directive for Angular 1.x apps and dashboards
https://ashish-chopra.github.io/angular-gauge/
MIT License
95 stars 36 forks source link

Added fraction size selection #44

Closed camiteca closed 7 years ago

camiteca commented 7 years ago

I've added a property called fraction-size to allow us to select how many decimals we want to show. I called it fraction-size because it's called like that in angular's number filter. This change also provides localization for the number because it's shown through the "number" filter, that uses angular's selected locale.