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…