scale.minorTicks.widthNumber
(default: 0.5)
The width of the minor ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
value: 65,
scale: {
minorTicks: {
width: 2,
visible: true
}
}
});
</script>
In this article