options/highcharts_scatter_series_tooltip_options
library
Classes
-
HighchartsScatterSeriesTooltipOptions
-
A configuration object for the tooltip rendering of each single
series. Properties are inherited from tooltip.
Overridable properties are
headerFormat
, pointFormat
,
yDecimals
, xDateFormat
, yPrefix
and ySuffix
. Unlike other
series, in a scatter plot the series.name by default shows in the
headerFormat and point.x and point.y in the pointFormat.
-
HighchartsTooltipDateTimeLabelFormatsOptions
-
For series on datetime axes, the date format in the tooltip's
header will by default be guessed based on the closest data points.
This member gives the default string representations used for
each unit. For an overview of the string or object configuration, see
dateFormat.
-
HighchartsTooltipPositionOptions
-
Positioning options for fixed tooltip, taking effect only when
tooltip.fixed is
true
.