xzegga / angular-knob

ng-knob for Angular and TypeScript with D3v4
MIT License
14 stars 12 forks source link

Info on valueformat options. Can only display % #12

Closed GWilman closed 6 years ago

GWilman commented 6 years ago

Is there an option to display the value as something other than a percentage? There are no options provided in the readme for the valueformat property.

I just want to display without percentage sign - have tried using 'number' and 'integer'.

GWilman commented 6 years ago

Solved - used empty string for 'unit' property.