Perspective Gauge Labels

Hi all,

I have a Perspective Gauge component and as you can see I have the ranges set from 0 to 10, 10 to 20…all the way to 80.

I can’t seem to understand why the labels 5, 15, 25 etc are being displayed. Is there any way to hide those? I can’t seem to find a property setting and I assumed the gauge would only display where the ticks are and end at the end of each range item “10, .20, 30” etc.

Any help would be appreciated.

Thank you

I do not think there is a way to manually change the labels except for editing the percentRadius prop under outerAxis and innerAxis.

Changing it seems to affect the generation of the label spacing.

Thank you. I just don’t want to see a label between each tick (5-15-25) I just want to see 0-10-20 etc. Perhaps that is just how the component is designed.

The "ranges" are just for showing colored bars for say, "bad" "warning" "good". They don't affect the actual axis at all.

Thank you. I’m just trying to understand why 5, 10 and 15 etc are shown and if it is possible to only display a label where a tick mark is. Perhaps not.