Skip to content

fontSize

Animated
typevaluesdefault
Stringany valid CSS value"1rem"

Defines the font size 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-size="2rem" />

Examples

js
<ve-progress font-size="2rem" :progress="50" />
<ve-progress font-size="10px" :progress="50" />

Released under the MIT License.