options/highcharts_yaxis_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.
-
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.
-
HighchartsXAxisLabelsStyleOptions
-
CSS styles for the label. Use
lineClamp
to control wrapping of
category labels. Use textOverflow: 'none'
to prevent ellipsis
(dots).
-
HighchartsXAxisPlotBandsEventsOptions
-
An object defining mouse events for the plot band. Supported properties
are
click
, mouseover
, mouseout
, mousemove
.
-
HighchartsXAxisPlotBandsLabelOptions
-
Text labels for the plot bands
-
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.
-
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'
.
-
HighchartsYAxisLabelsLevelsOptions
-
Set options on specific levels in a tree grid axis. Takes
precedence over labels options.
-
HighchartsYAxisLabelsOptions
-
Highcharts Options Widget.
-
HighchartsYAxisLabelsSymbolOptions
-
The symbol for the collapse and expand icon in a
treegrid.
-
HighchartsYAxisOptions
-
The Y axis or value axis. Normally this is the vertical axis,
though if the chart is inverted this is the horizontal axis.
In case of multiple axes, the yAxis node is an array of
configuration objects.
-
HighchartsYAxisPlotBandsOptions
-
Highcharts Options Widget.
-
HighchartsYAxisPlotLinesOptions
-
Highcharts Options Widget.
-
HighchartsYAxisResizeControlledAxisOptions
-
Contains two arrays of axes that are controlled by control line
of the axis.
-
HighchartsYAxisResizeOptions
-
Options for axis resizing. It adds a thick line between panes which
the user can drag in order to resize the panes.
-
HighchartsYAxisScrollbarOptions
-
An optional scrollbar to display on the Y axis in response to
limiting the minimum an maximum of the axis values.
-
HighchartsYAxisStackLabelsAnimationOptions
-
Enable or disable the initial animation when a series is
displayed for the
stackLabels
. The animation can also be set as
a configuration object. Please note that this option only
applies to the initial animation.
For other animations, see chart.animation
and the animation parameter under the API methods.
The following properties are supported:
-
HighchartsYAxisStackLabelsOptions
-
The stack labels show the total value for each bar in a stacked
column or bar chart. The label will be placed on top of positive
columns and below negative columns. In case of an inverted column
chart or a bar chart the label is placed to the right of positive
bars and to the left of negative bars.
-
HighchartsYAxisStackLabelsStyleOptions
-
CSS styles for the label.
-
HighchartsYAxisStackShadowOptions
-
Relevant only for pictorial series. The
stackShadow
forms the background of
stacked points. Requires series.stacking
to be defined.
-
HighchartsYAxisTitleOptions
-
Highcharts Options Widget.