JavaScript/jQuery Chart - commonAxisSettings.minorTick
Configures the appearance of minor axis ticks.
Type:
Along with major ticks, the Chart widget supports minor ticks. They divide an axis segment limited by two neighboring major ticks.
The commonAxisSettings.minorTick object specifies common settings for all minor ticks in the chart. To configure only those minor ticks that belong to a particular axis, use the following objects.
Axis-specific settings override common settings.
NOTE
Minor ticks cannot be displayed on an axis of the "discrete" type.
See Also
- argumentAxis.minorTickInterval - specifies the minor tick interval of the argument axis.
- valueAxis.minorTickInterval - specifies the minor tick interval of the value axis.
color
Specifies the color of minor ticks.
Type:
Default Value: '#767676'
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
opacity
Specifies how transparent minor ticks should be.
Type:
Default Value: 0.3
This option accepts a value from 0 to 1, where 0 makes minor ticks completely transparent, and 1 makes them opaque.
shift
Shifts minor ticks from the reference position.
Type:
Default Value: 3
Main article: shift for major ticks
Feedback