New to Kendo UI for jQueryStart a free 30-day trial

Color

configuration

The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.

color

String
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
    value: 65,
    color: "#ff6800"
});
</script>
Not finding the help you need?
Contact Support