opacity Number

The opacity of the value pointer.

Example

<div id="progressbar"></div>
<script>
    $("#progressbar").kendoCircularProgressBar({
        opacity: 0.5,
        value: 50
    });
</script>
In this article