noData
Animated: ✔️
type | values | default |
---|---|---|
Boolean | false |
The component provides a noData
state for the case that your data is not available. The circle progress is still empty. In the noData
state the component visually communicates that the data is not present and hides the legend
. This behavior is useful if there is no data or an error occurred during loading.
Invalid progress
The component will take the no data state even if you provide an invalid progress
value
Usage 📜
<ve-progress noData />
<ve-progress :noData="true" />