options/highcharts_arc_diagram_series_data_labels_options
library
Classes
-
HighchartsArcDiagramSeriesDataLabelsLinkTextPathOptions
-
Options for a link label text which should follow link
connection. Border and background are disabled for a label that
follows a path.
-
HighchartsArcDiagramSeriesDataLabelsOptions
-
Options for the data labels appearing on top of the nodes and links.
For arc diagram charts, data labels are visible for the nodes by
default, but hidden for links. This is controlled by modifying the
nodeFormat
, and the format
that applies to links and is an empty
string by default.
-
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.