hideLegend
Animated: ✔️
type | values | default |
---|---|---|
Boolean | false |
Boolean that defines whether the circle legend (progress
or legend
) should be hidden.
Legend behavior
A non-valid value for progress
, the use of the data
property, the loading
and noData
states also hide the legend.
Usage 📜
<ve-progress hide-legend />
<ve-progress :hide-legend="true" />
<ve-progress :hide-legend="false" />