OcProgressPie component
Description
The OcProgressPie
component displays progress in a pie shape.
Examples
Default
The default usage of the component involves the progress
and max
properties.
html
<oc-progress-pie :progress="4" :max="10" />
Label
A label
can be displayed in the center of the pie.
html
<oc-progress-pie :progress="4" :max="10" :show-label="true" />