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

"label" and "append" attributes filled with icon #35

Closed nurisanendita closed 7 years ago

nurisanendita commented 7 years ago

Hi, I wanna ask about the "label" and "append" attributes. Are that attributes can filled with icon or picture maybe?

Thank you :)

ashish-chopra commented 7 years ago

No, it does not support images/icons. It only supports text for Label and append attributes. In case if you need that you can modify the source code as per your needs.

Thanks!