Set max value in "VProgressCircular" (ui-template)

Hi, Is there any way to set max value in “VProgressCircular” vuetify component, I’ve been learning about how to use vuetify components with ui-template node of Dashboard 2.

Screenshot from 2024-02-06 16-13-34

In the API there is a way to set max value in “VProgressLinear” with:

max string number 100
Sets the maximum value the progress can reach.

But in “VProgressCircular” I can’t find anything. I hope you can help me.