scale.minorTicksObject
Configures the scale minor ticks.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoCircularGauge({
value: 50,
scale: {
minorTicks: {
visible: true,
color: "#0058e9",
size: 5
}
}
});
</script>
In this article