RadMie / ng-knob

Angular.js directive to Knob component powered by d3.js (without jQuery)
http://radmie.github.io/ng-knob
MIT License
117 stars 48 forks source link

How do I format the value to be displayed? #22

Open luktenorio opened 8 years ago

luktenorio commented 8 years ago

The value is displayed in the following format: "90.5", but I would like to display as follows: "90. ,5". Can you help me?