kendo-vue/knowledge-base/radial-gauge-value.md

895 B

title description type page_title slug tags res_type category
Display Value for the RadialGauge An example of how to display the value in the Kendo UI for Vue Native RadialGauge. how-to Display Value for the RadialGauge - Kendo UI for Vue RadialGauge radial-gauge-value radialgauge, gauge, value kb knowledge-base

Environment

Product Version 4.3.2
Product Progress® Kendo UI for Vue Native

Description

How can I show the value of the RadialGauge in the center?

Solution

This can be achieved by rendering a custom label element with the value inside that is relatively positioned:

{% meta id height:500 %} {% embed_file radial-gauge-value/main.vue preview %} {% embed_file radial-gauge-value/main.js %} {% endmeta %}