options/highcharts_navigator_xaxis_options
library
Classes
-
HighchartsNavigatorXAxisCrosshairOptions
-
Highcharts Options Widget.
-
HighchartsNavigatorXAxisLabelsOptions
-
Highcharts Options Widget.
-
HighchartsNavigatorXAxisLabelsStyleOptions
-
Highcharts Options Widget.
-
HighchartsNavigatorXAxisOptions
-
Options for the navigator X axis. Default series options for the
navigator xAxis are:
-
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.
-
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.
-
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 bands
-
HighchartsXAxisPlotLinesLabelsOptions
-
Highcharts Options Widget.
-
HighchartsXAxisPlotLinesOptions
-
An array of lines stretching across the plot area, marking a specific
value on one of the axes.
-
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'
.