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

Is it possible to show more than one value at the same time? #56

Closed tmontanaro closed 6 years ago

tmontanaro commented 6 years ago

Is it possible to show more than one value at the same time? To let you understand what I'm thinking, you can see the following image:

Multiple values in Gauge (image from http://www.datarevelations.com/wp-content/uploads/2016/06/Stacked-donut.png)

ashish-chopra commented 6 years ago

Hi @tmontanaro

This is not possible with angular-gauge natively. However, with tricks, you can stack multiple angular-gauge together to achieve it but I don't recommend that because it is a hack, not a sustainable solution.

You can look for other chart types which better match your situation. Maybe gauge is not the right fit for this problem.

Thanks!