New to Kendo UI for jQuery? Start a free 30-day trial
Templates
Updated over 6 months ago
You can customize the content inside the center of the ArcGauge by using the center template.
To render the center template of an ArcGauge, specify the centerTemplate.
The following example demonstrates how to create a custom center template.
js
$("#gauge").kendoArcGauge({
value: 30,
centerTemplate: '#: value #%'
});