scale.rangeDistanceNumber
The distance from the range indicators to the ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
rangeDistance: 5
}
});
</script>
In this article
Number
The distance from the range indicators to the ticks.
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
rangeDistance: 5
}
});
</script>