gaugeArea.widthNumber
The width of the gauge area.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
gaugeArea: {
width: 350,
height: 300
}
});
</script>
NumberThe width of the gauge area.
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
gaugeArea: {
width: 350,
height: 300
}
});
</script>