options/highcharts_chart_parallel_axes_options library
Classes
- HighchartsChartParallelAxesLabelsOptions
- Highcharts Options Widget.
- HighchartsChartParallelAxesOptions
-
Common options for all yAxes rendered in a parallel coordinates plot.
This feature requires
modules/parallel-coordinates.js
. - HighchartsChartParallelAxesTitleOptions
-
Titles for yAxes are taken from
xAxis.categories. All options for
xAxis.labels
applies to parallel coordinates titles. For example, to style categories, use xAxis.labels.style. - HighchartsXAxisAccessibilityOptions
- Accessibility options for an axis. Requires the accessibility module.
- 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 andhour
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.
- HighchartsXAxisLabelsStyleOptions
-
CSS styles for the label. Use
lineClamp
to control wrapping of category labels. UsetextOverflow: 'none'
to prevent ellipsis (dots). - HighchartsYAxisStackShadowOptions
-
Relevant only for pictorial series. The
stackShadow
forms the background of stacked points. Requiresseries.stacking
to be defined.