A value that provides information for the minor tick. Inherited from wijgauge.
Type: Object
Default:
{position: "inside", style: { fill: "#1E395B", stroke:"none"}, factor: 1, visible: false, marker: "rect", offset: 0, interval: 5}
position
A value that indicates the type of minor tick mark.
Type: "String"
Default: "inside"
Remarks: Options are 'inside', 'outside' and 'cross'.
style
A value that indicates the style of the minor tick mark.
Type: Object
Default:
{fill: "#1E395B", stroke:"none"}
factor
A value that indicates an integral factor for the minor tick mark length.
Type: Number
Default: 1
visible
A value that indicates whether to show the minor tick.
Type: Boolean
Default: false
marker
A value that indicates which marker shape the tick is painted.
Type: "String"
Default: "rect"
Remarks: Options are 'rect', 'tri', 'circle', 'invertedTri', 'box', 'cross', and 'diamond'.
offset
A value that indicates where to paint the tick on the gauge.
Type: Number
Default: 0
interval
A value that indicates how much distance to add between the two nearest minor ticks.
Type: Number
Default: 5