Lines Matching refs:arc
19 …e values are as follows:<br>- **horizontal**: linear progress bar.<br>- **arc**: arc progress bar.|
32 - When **type** is set to **arc**, the following attributes are supported.
56 - When **type** is set to **arc**, the following styles are supported.
60 …| color | <color> | - | No | Color of the arc progress bar. …
61 …| background-color | <color> | - | No | Background color of the arc progress bar. …
62 …| stroke-width | <length> | - | No | Width of the arc progress bar.<br>A larger wi…
63 …| start-angle | <deg> | 240 | No | Start angle of the arc progress bar, which st…
64 …| total-angle | <deg> | 240 | No | Total length of the arc progress bar. The val…
65 …| center-x | <length> | - | No | Center of the arc progress bar (with the uppe…
66 …| center-y | <length> | - | No | Center of the arc progress bar (with the uppe…
67 …| radius | <length> | - | No | Radius of the arc progress bar. This style mu…
91 <progress type="arc" class="min-progress" percent="{{arcVal}}" on:click="changeArc"></progress>