I tried set value to 0, -1, and 999999, and didn't work. My code:
Gauge(
value: -1,
label: { Text("label") },
currentValueLabel: { Text("4") },
minimumValueLabel: { Text("9") },
maximumValueLabel: { Text("30") }
)
.gaugeStyle(.accessoryCircular)



Result of code running