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.

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.