Angular Gauge Chart - colour bands

I’ve created an Angular Gauge Chart, displaying an average value, range 0 – 10. The underlying property is an integer.

I need to set colour bands on it for <8.5, 8.5 to <8.8 and 8.8 and above, however the chart will not let me use anything other than whole numbers for the bands.

I’ve tried creating a composite to convert the underlying value to a decimal, thinking that I could create a second composite to calculate an average of that, but you can’t use a composite as the basis for another composite.

I’m a bit stuck…

Hi @Simon.Ghent
Sorry to hear you’re stuck. I’ll find someone to help you out soonest.
Tony

Thanks, but I’ve got round it by just multiplying the number by 10. The customer is happy with this approach!

1 Like