options/highcharts_xaxis_options library

Classes

HighchartsXAxisAccessibilityOptions
Accessibility options for an axis. Requires the accessibility module.
HighchartsXAxisBreaksOptions
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
HighchartsXAxisCrosshairLabelOptions
A label on the axis next to the crosshair.
HighchartsXAxisCrosshairOptions
Configure a crosshair that follows either the mouse pointer or the hovered point.
HighchartsXAxisCurrentDateIndicatorLabelOptions
Highcharts Options Widget.
HighchartsXAxisCurrentDateIndicatorOptions
Show an indicator on the axis for the current date and time. Can be a boolean or a configuration object similar to xAxis.plotLines.
HighchartsXAxisDateTimeLabelFormatsDayOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsHourOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsMillisecondOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsMinuteOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsMonthOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsOptions
For a datetime axis, the scale will automatically adjust to the appropriate unit. This member gives the default string representations used for each unit. For intermediate values, different units may be used, for example the day unit can be used on midnight and hour unit be used for intermediate values on the same axis.
HighchartsXAxisDateTimeLabelFormatsSecondOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsWeekOptions
Highcharts Options Widget.
HighchartsXAxisDateTimeLabelFormatsYearOptions
Highcharts Options Widget.
HighchartsXAxisEventsOptions
Event handlers for the axis.
HighchartsXAxisGridOptions
Set grid options for the axis labels. Requires Highcharts Gantt.
HighchartsXAxisLabelsOptions
The axis labels show the number or category for each tick.
HighchartsXAxisLabelsStyleOptions
CSS styles for the label. Use lineClamp to control wrapping of category labels. Use textOverflow: 'none' to prevent ellipsis (dots).
HighchartsXAxisOptions
The X axis or category axis. Normally this is the horizontal axis, though if the chart is inverted this is the vertical axis. In case of multiple axes, the xAxis node is an array of configuration objects.
HighchartsXAxisPlotBandsEventsOptions
An object defining mouse events for the plot band. Supported properties are click, mouseover, mouseout, mousemove.
HighchartsXAxisPlotBandsLabelOptions
Text labels for the plot bands
HighchartsXAxisPlotBandsOptions
An array of colored bands stretching across the plot area marking an interval on the axis.
HighchartsXAxisPlotLinesEventsOptions
An object defining mouse events for the plot line. Supported properties are click, mouseover, mouseout, mousemove.
HighchartsXAxisPlotLinesLabelOptions
Text labels for the plot lines
HighchartsXAxisPlotLinesLabelsOptions
Highcharts Options Widget.
HighchartsXAxisPlotLinesOptions
An array of lines stretching across the plot area, marking a specific value on one of the axes.
HighchartsXAxisScrollbarOptions
An optional scrollbar to display on the X axis in response to limiting the minimum and maximum of the axis values.
HighchartsXAxisTitleOptions
The axis title, showing next to the axis line.
HighchartsXAxisTitleStyleOptions
CSS styles for the title. If the title text is longer than the axis length, it will wrap to multiple lines by default. This can be customized by setting the lineClamp property, by setting a specific width or by setting whiteSpace: 'nowrap'.