Optional colorThe axis color.
Optional formatThe format pattern used to render axis values.
Optional gapThe gap between adjacent major ticks.
Optional invertWhether to invert the axis.
Optional isWhether this axis should be treated as a time axis.
Optional labelThe axis label.
Optional labelThe font used to render the axis label.
Optional logWhether to use logarithmic scaling.
Optional majorExplicit locations for major ticks.
When specified, these values are used as the primary (major) tick positions instead of automatically choosing major ticks.
Optional majorWhether major ticks are visible.
Major ticks are the primary tick marks on an axis. They typically determine the main tick spacing and are often the tick marks that are labeled.
Optional maxThe maximum value for the axis range, or NaN to use the default.
Optional minThe minimum value for the axis range, or NaN to use the default.
Optional minorThe number of minor ticks between adjacent major ticks.
Optional minorWhether minor ticks are visible.
Minor ticks are typically small, unlabeled tick marks drawn between major ticks.
Optional tickThe angle to render tick labels at.
Optional ticksThe font used to render tick labels.
A descriptor used to configure an axis when creating a figure from JS.