New to Kendo UI for jQuery? Start a free 30-day trial
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.
js
$("#gauge").kendoCircularGauge({
value: 30,
centerTemplate: '#: value #%'
});