fontColor
Animatedtype | values | default |
---|---|---|
String | any valid CSS value | "gray" |
Defines the font color of the circle legend and accepts any valid CSS value.
TIP
The property legendFormatter
and slots
offer much more flexibility for customization
Usage: 📜
vue
<ve-progress font-color="blue" />
Examples
js
<ve-progress font-color="blue" :progress="50"/>
<ve-progress font-color="#7B68EE" :progress="50"/>
<ve-progress font-color="DarkSalmon" :progress="50"/>