options/highcharts_navigator_series_options library
Classes
- Data grouping options for the navigator series.
- Data label options for the navigator series. Data labels are disabled by default on the navigator series.
- Highcharts Options Widget.
- Options for the navigator series. Available options are the same as any series, documented at plotOptions and series.
-
Since Highcharts Stock v8, default value is the same as default
pointRange
defined for a specific type (e.g.null
for column type). - 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 returnundefined
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.