valueAxis.minorTicks Object
The minor ticks of the axis.
valueAxis.minorTicks.size Number
(default: 3)
The axis minor tick size. This is the length of the line in pixels that is drawn to indicate the tick on the chart.
valueAxis.minorTicks.color String
(default: "black")
The color of the value axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.
valueAxis.minorTicks.width Number
(default: 1)
The width of the minor ticks in pixels.
valueAxis.minorTicks.visible Boolean
(default: false)
The visibility of the minor ticks.
valueAxis.minorTicks.step Number
(default: 1)
The step of the value axis minor ticks.
valueAxis.minorTicks.skip Number
(default: 0)
The skip of the value axis minor ticks.