Templates
You can customize the content inside the center of the CircularGauge by using the center template.
To render the center template of a CircularGauge, specify the centerTemplate
.
The following example demonstrates how to create a custom center template.
$("#gauge").kendoCircularGauge({
value: 30,
centerTemplate: '#: value #%'
});