New to Kendo UI for jQuery? Download free 30-day trial

Templates

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.

$("#gauge").kendoArcGauge({
    value: 30,
    centerTemplate: '#: value #%'
});