options/highcharts_xrange_series_data_options
library
Classes
-
HighchartsConnectorsEndMarkerOptions
-
Marker options specific to the end markers for this chart's
Pathfinder connectors. Overrides the generic marker options.
-
HighchartsConnectorsMarkerOptions
-
Marker options for this chart's Pathfinder connectors. Note that
this option is overridden by the
startMarker
and endMarker
options.
-
Marker options specific to the start markers for this chart's
Pathfinder connectors. Overrides the generic marker options.
-
HighchartsSeriesDataLabelsAnimationOptions
-
Enable or disable the initial animation when a series is displayed
for the
dataLabels
. The animation can also be set as a
configuration object. Please note that this option only applies to
the initial animation.
-
HighchartsSeriesDataLabelsFilterOptions
-
A declarative filter to control of which data labels to display.
The declarative filter is designed for use when callback
functions are not available, like when the chart options require
a pure JSON structure or for use with graphical editors. For
programmatic control, use the
formatter
instead, and return
undefined
to disable a single data label.
-
HighchartsSeriesDataLabelsTextPathOptions
-
Options for a label text which should follow marker's shape.
Border and background are disabled for a label that follows a
path.
-
HighchartsSeriesDragDropDragHandleOptions
-
Options for the drag handles available in column series.
-
HighchartsSeriesDragDropGuideBoxDefaultOptions
-
Style options for the guide box default state.
-
HighchartsSeriesDragDropGuideBoxOptions
-
Style options for the guide box. The guide box has one state by default,
the
default
state.
-
HighchartsSeriesMarkerStatesHoverAnimationOptions
-
Animation when hovering over the marker.
-
HighchartsSeriesMarkerStatesHoverOptions
-
The hover state for a single point marker.
-
HighchartsSeriesMarkerStatesNormalOptions
-
The normal state of a single point marker. Currently only
used for setting animation when returning to normal state
from hover.
-
HighchartsSeriesMarkerStatesOptions
-
States for a single point marker.
-
HighchartsSeriesMarkerStatesSelectOptions
-
The appearance of the point marker when selected. In order to
allow a point to be selected, set the
series.allowPointSelect
option to true.
-
HighchartsXRangeSeriesDataAccessibilityOptions
-
Accessibility options for a data point.
-
HighchartsXRangeSeriesDataConnectOptions
-
Connect to a point. This option can be either a string, referring to the ID
of another point, or an object, or an array of either. If the option is an
array, each element defines a connection.
-
HighchartsXRangeSeriesDataDataLabelsOptions
-
Individual data label for each point. The options are the same as
the ones for plotOptions.series.dataLabels.
-
HighchartsXRangeSeriesDataDragDropOptions
-
Point specific options for the draggable-points module. Overrides options
on
series.dragDrop
.
-
HighchartsXRangeSeriesDataEventsOptions
-
The individual point events.
-
HighchartsXRangeSeriesDataMarkerOptions
-
Options for the point markers of line-like series.
-
HighchartsXRangeSeriesDataOptions
-
An array of data points for the series. For the
xrange
series type,
points can be given in the following ways:
-
HighchartsXRangeSeriesDataPartialFillOptions
-
A partial fill for each point, typically used to visualize how much of
a task is performed. The partial fill object can be set either on series
or point level.