You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**hideLabel** - Hide the label in the center of the ring. This label shows the current value. Default is `false`.
41
+
42
+
**showLabelAsPercent** - When showing the label, show the value as a percentage. Default value is `false`.
43
+
44
+
**precision** - When showing the label as a percentage, this value can be set to specify the precision to round the value to. By default, the value rounded to a whole number.
45
+
46
+
## Custom CSS Variables
47
+
48
+
**--wired-progress-color** Color of the progress bar. Default is `blue`.
49
+
50
+
The font and color of the label can be set the by styling the `wired-progress-ring` element.
0 commit comments