public interface PlotHeatmapOptions extends Any
heatmap
series are defined in plotOptions.heatmap.
Modifier and Type | Interface and Description |
---|---|
static class |
PlotHeatmapOptions.CompareBase |
static class |
PlotHeatmapOptions.GapUnit |
static interface |
PlotHeatmapOptions.PointDescriptionFormatter |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllAreas()
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
boolean |
getAllowPointSelect()
(Highcharts, Highmaps) Allow this series' points to be selected by
clicking on the graphic (columns, point markers, pie slices, map areas
etc).
|
Unknown |
getAnimation()
(Highcharts, Highmaps) Animation is disabled by default on the heatmap
series.
|
double |
getBoostThreshold()
(Highcharts, Highmaps) Set the point threshold for when a series should
enter boost mode.
|
String |
getBorderColor()
(Highmaps, Highcharts) The border color of the map areas.
|
double |
getBorderWidth()
(Highmaps, Highcharts) The border width for each heat map item.
|
String |
getClassName()
(Highcharts, Highmaps) An additional class name to apply to the series'
graphical elements.
|
boolean |
getClip()
(Highcharts, Highmaps) Disable this option to allow series rendering in
the whole plotting area.
|
Unknown |
getColor()
(Highcharts) The main color of the series.
|
boolean |
getColorAxis()
(Highmaps) Set this option to
false to prevent a series from connecting
to the global color axis. |
double |
getColorIndex()
(Highcharts, Highmaps) Styled mode only.
|
double |
getColsize()
(Highcharts, Highmaps) The column size - how many X axis units each
column in the heatmap should span.
|
String |
getCompare()
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
PlotHeatmapOptions.CompareBase |
getCompareBase()
(Highstock) When compare is
percent , this option dictates whether to
use 0 or 100 as the base of comparison. |
boolean |
getCompareStart()
(Highstock) Defines if comparison should start from the first point
within the visible range or should start from the first point (see online
documentation for example) the range.
|
PlotHeatmapConnectorsOptions |
getConnectors()
(Gantt) Override Pathfinder connector options for a series.
|
double |
getCropThreshold()
(Highcharts, Highstock) When the series contains less points than the
crop threshold, all points are drawn, even if the points fall outside the
visible plot area at the current zoom.
|
Unknown |
getCursor()
(Highcharts, Highmaps) You can set the cursor to "pointer" if you have
click events attached to the series, to signal to the user that the
points and lines can be clicked.
|
PlotHeatmapDataGroupingOptions |
getDataGrouping()
(Highstock) Data grouping is the concept of sampling the data values into
larger blocks in order to ease readability and increase performance of
the JavaScript charts.
|
PlotHeatmapDataLabelsOptions |
getDataLabels()
(Highcharts, Highmaps) Options for the series data labels, appearing next
to each data point.
|
String |
getDescription()
(Highcharts, Highmaps) Requires the Accessibility module.
|
PlotHeatmapDragDropOptions |
getDragDrop()
(Highcharts, Highmaps) The draggable-points module allows points to be
moved around or modified in the chart.
|
boolean |
getEnableMouseTracking()
(Highcharts, Highmaps) Enable or disable the mouse tracking for a
specific series.
|
PlotHeatmapEventsOptions |
getEvents()
(Highcharts, Highmaps) General event handlers for the series items.
|
boolean |
getExposeElementToA11y()
(Highcharts, Highmaps) By default, series are exposed to screen readers
as regions.
|
double |
getGapSize()
(Highstock) Defines when to display a gap in the graph, together with the
gapUnit option.
|
PlotHeatmapOptions.GapUnit |
getGapUnit()
(Highstock) Together with gapSize, this option defines where to draw gaps
in the graph.
|
Unknown |
getJoinBy()
(Highmaps) What property to join the
mapData to the value data. |
String[] |
getKeys()
(Highcharts, Highmaps) An array specifying which option maps to which key
in the data point array.
|
PlotHeatmapLabelOptions |
getLabel()
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
String |
getLinkedTo()
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
PlotSeriesOptions |
getNavigatorOptions()
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
Unknown |
getNegativeColor()
(Highcharts, Highmaps) The color for the parts of the graph or points
that are below the threshold.
|
String |
getNullColor()
(Highcharts, Highmaps) The color applied to null points.
|
PlotHeatmapPointOptions |
getPoint()
(Highcharts, Highmaps) Properties for each single point.
|
PlotHeatmapOptions.PointDescriptionFormatter |
getPointDescriptionFormatter()
(Highcharts, Highmaps) Same as accessibility.pointDescriptionFormatter,
but for an individual series.
|
double |
getPointPadding()
(Highcharts, Highmaps) Padding between the points in the heatmap.
|
double |
getRowsize()
(Highcharts, Highmaps) The row size - how many Y axis units each heatmap
row should span.
|
boolean |
getSelected()
(Highcharts, Highmaps) Whether to select the series initially.
|
boolean |
getShowCheckbox()
(Highcharts, Highmaps) If true, a checkbox is displayed next to the
legend item to allow selecting the series.
|
boolean |
getShowInLegend()
(Highcharts, Highmaps) Whether to display this particular series or
series type in the legend.
|
boolean |
getShowInNavigator()
(Highstock) Whether or not to show the series in the navigator.
|
boolean |
getSkipKeyboardNavigation()
(Highcharts, Highmaps) If set to
true , the accessibility module will
skip past the points in this series for keyboard navigation. |
PlotHeatmapStatesOptions |
getStates()
(Highcharts, Highmaps) A wrapper object for all the series options in
specific states.
|
boolean |
getStickyTracking()
(Highcharts, Highstock) Sticky tracking of mouse events.
|
PlotHeatmapTooltipOptions |
getTooltip()
(Highcharts, Highstock) A configuration object for the tooltip rendering
of each single series.
|
double |
getTurboThreshold()
(Highcharts, Highstock, Gantt) When a series contains a data array that
is longer than this, only one dimensional arrays of numbers, or two
dimensional arrays with x and y values are allowed.
|
boolean |
getVisible()
(Highcharts, Highmaps) Set the initial visibility of the series.
|
double |
getZIndex()
(Highmaps) Define the z index of the series.
|
String |
getZoneAxis()
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
|
Array<PlotHeatmapZonesOptions> |
getZones()
(Highcharts, Highstock) An array defining zones within a series.
|
void |
setAllAreas(boolean value)
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
void |
setAllowPointSelect(boolean value)
(Highcharts, Highmaps) Allow this series' points to be selected by
clicking on the graphic (columns, point markers, pie slices, map areas
etc).
|
void |
setAnimation(boolean value)
(Highcharts, Highmaps) Animation is disabled by default on the heatmap
series.
|
void |
setAnimation(PlotHeatmapAnimationOptions value)
(Highcharts, Highmaps) Animation is disabled by default on the heatmap
series.
|
void |
setBoostThreshold(double value)
(Highcharts, Highmaps) Set the point threshold for when a series should
enter boost mode.
|
void |
setBorderColor(String value)
(Highmaps, Highcharts) The border color of the map areas.
|
void |
setBorderWidth(double value)
(Highmaps, Highcharts) The border width for each heat map item.
|
void |
setClassName(String value)
(Highcharts, Highmaps) An additional class name to apply to the series'
graphical elements.
|
void |
setClip(boolean value)
(Highcharts, Highmaps) Disable this option to allow series rendering in
the whole plotting area.
|
void |
setColor(Any value)
(Highcharts) The main color of the series.
|
void |
setColor(GradientColorObject value)
(Highcharts) The main color of the series.
|
void |
setColor(String value)
(Highcharts) The main color of the series.
|
void |
setColorAxis(boolean value)
(Highmaps) Set this option to
false to prevent a series from connecting
to the global color axis. |
void |
setColorIndex(double value)
(Highcharts, Highmaps) Styled mode only.
|
void |
setColsize(double value)
(Highcharts, Highmaps) The column size - how many X axis units each
column in the heatmap should span.
|
void |
setCompare(String value)
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
void |
setCompareBase(PlotHeatmapOptions.CompareBase value)
(Highstock) When compare is
percent , this option dictates whether to
use 0 or 100 as the base of comparison. |
void |
setCompareStart(boolean value)
(Highstock) Defines if comparison should start from the first point
within the visible range or should start from the first point (see online
documentation for example) the range.
|
void |
setConnectors(PlotHeatmapConnectorsOptions value)
(Gantt) Override Pathfinder connector options for a series.
|
void |
setCropThreshold(double value)
(Highcharts, Highstock) When the series contains less points than the
crop threshold, all points are drawn, even if the points fall outside the
visible plot area at the current zoom.
|
void |
setCursor(CursorType value)
(Highcharts, Highmaps) You can set the cursor to "pointer" if you have
click events attached to the series, to signal to the user that the
points and lines can be clicked.
|
void |
setCursor(String value)
(Highcharts, Highmaps) You can set the cursor to "pointer" if you have
click events attached to the series, to signal to the user that the
points and lines can be clicked.
|
void |
setDataGrouping(PlotHeatmapDataGroupingOptions value)
(Highstock) Data grouping is the concept of sampling the data values into
larger blocks in order to ease readability and increase performance of
the JavaScript charts.
|
void |
setDataLabels(PlotHeatmapDataLabelsOptions value)
(Highcharts, Highmaps) Options for the series data labels, appearing next
to each data point.
|
void |
setDescription(String value)
(Highcharts, Highmaps) Requires the Accessibility module.
|
void |
setDragDrop(PlotHeatmapDragDropOptions value)
(Highcharts, Highmaps) The draggable-points module allows points to be
moved around or modified in the chart.
|
void |
setEnableMouseTracking(boolean value)
(Highcharts, Highmaps) Enable or disable the mouse tracking for a
specific series.
|
void |
setEvents(PlotHeatmapEventsOptions value)
(Highcharts, Highmaps) General event handlers for the series items.
|
void |
setExposeElementToA11y(boolean value)
(Highcharts, Highmaps) By default, series are exposed to screen readers
as regions.
|
void |
setGapSize(double value)
(Highstock) Defines when to display a gap in the graph, together with the
gapUnit option.
|
void |
setGapUnit(PlotHeatmapOptions.GapUnit value)
(Highstock) Together with gapSize, this option defines where to draw gaps
in the graph.
|
void |
setJoinBy(String value)
(Highmaps) What property to join the
mapData to the value data. |
void |
setJoinBy(String[] value)
(Highmaps) What property to join the
mapData to the value data. |
void |
setKeys(String[] value)
(Highcharts, Highmaps) An array specifying which option maps to which key
in the data point array.
|
void |
setLabel(PlotHeatmapLabelOptions value)
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
void |
setLinkedTo(String value)
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
void |
setNavigatorOptions(PlotSeriesOptions value)
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
void |
setNegativeColor(Any value)
(Highcharts, Highmaps) The color for the parts of the graph or points
that are below the threshold.
|
void |
setNegativeColor(GradientColorObject value)
(Highcharts, Highmaps) The color for the parts of the graph or points
that are below the threshold.
|
void |
setNegativeColor(String value)
(Highcharts, Highmaps) The color for the parts of the graph or points
that are below the threshold.
|
void |
setNullColor(String value)
(Highcharts, Highmaps) The color applied to null points.
|
void |
setPoint(PlotHeatmapPointOptions value)
(Highcharts, Highmaps) Properties for each single point.
|
void |
setPointDescriptionFormatter(PlotHeatmapOptions.PointDescriptionFormatter value)
(Highcharts, Highmaps) Same as accessibility.pointDescriptionFormatter,
but for an individual series.
|
void |
setPointPadding(double value)
(Highcharts, Highmaps) Padding between the points in the heatmap.
|
void |
setRowsize(double value)
(Highcharts, Highmaps) The row size - how many Y axis units each heatmap
row should span.
|
void |
setSelected(boolean value)
(Highcharts, Highmaps) Whether to select the series initially.
|
void |
setShowCheckbox(boolean value)
(Highcharts, Highmaps) If true, a checkbox is displayed next to the
legend item to allow selecting the series.
|
void |
setShowInLegend(boolean value)
(Highcharts, Highmaps) Whether to display this particular series or
series type in the legend.
|
void |
setShowInNavigator(boolean value)
(Highstock) Whether or not to show the series in the navigator.
|
void |
setSkipKeyboardNavigation(boolean value)
(Highcharts, Highmaps) If set to
true , the accessibility module will
skip past the points in this series for keyboard navigation. |
void |
setStates(PlotHeatmapStatesOptions value)
(Highcharts, Highmaps) A wrapper object for all the series options in
specific states.
|
void |
setStickyTracking(boolean value)
(Highcharts, Highstock) Sticky tracking of mouse events.
|
void |
setTooltip(PlotHeatmapTooltipOptions value)
(Highcharts, Highstock) A configuration object for the tooltip rendering
of each single series.
|
void |
setTurboThreshold(double value)
(Highcharts, Highstock, Gantt) When a series contains a data array that
is longer than this, only one dimensional arrays of numbers, or two
dimensional arrays with x and y values are allowed.
|
void |
setVisible(boolean value)
(Highcharts, Highmaps) Set the initial visibility of the series.
|
void |
setZIndex(double value)
(Highmaps) Define the z index of the series.
|
void |
setZoneAxis(String value)
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
|
void |
setZones(Array<PlotHeatmapZonesOptions> value)
(Highcharts, Highstock) An array defining zones within a series.
|
boolean getAllAreas()
mapData
should be
rendered. If true
, areas which don't correspond to a data point, are
rendered as null
points. If false
, those areas are skipped.void setAllAreas(boolean value)
mapData
should be
rendered. If true
, areas which don't correspond to a data point, are
rendered as null
points. If false
, those areas are skipped.boolean getAllowPointSelect()
void setAllowPointSelect(boolean value)
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(PlotHeatmapAnimationOptions value)
double getBoostThreshold()
boostThreshold
to 0. Setting
it to 1 will force boosting.
Note that the cropThreshold also affects this setting. When zooming in on
a series that has fewer points than the cropThreshold
, all points are
rendered although outside the visible plot area, and the boostThreshold
won't take effect.
Requires modules/boost.js
.void setBoostThreshold(double value)
boostThreshold
to 0. Setting
it to 1 will force boosting.
Note that the cropThreshold also affects this setting. When zooming in on
a series that has fewer points than the cropThreshold
, all points are
rendered although outside the visible plot area, and the boostThreshold
won't take effect.
Requires modules/boost.js
.@Nullable String getBorderColor()
.highcharts-point
class.void setBorderColor(String value)
.highcharts-point
class.double getBorderWidth()
void setBorderWidth(double value)
@Nullable String getClassName()
void setClassName(String value)
boolean getClip()
void setClip(boolean value)
@Nullable Unknown getColor()
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
boolean getColorAxis()
false
to prevent a series from connecting
to the global color axis. This will cause the series to have its own
legend item.void setColorAxis(boolean value)
false
to prevent a series from connecting
to the global color axis. This will cause the series to have its own
legend item.double getColorIndex()
highcharts-color-{n}
.void setColorIndex(double value)
highcharts-color-{n}
.double getColsize()
void setColsize(double value)
@Nullable String getCompare()
compare
is set to "percent"
or
"value"
. When this is applied to multiple series, it allows comparing
the development of the series against each other. Adds a change
field
to every point object.void setCompare(String value)
compare
is set to "percent"
or
"value"
. When this is applied to multiple series, it allows comparing
the development of the series against each other. Adds a change
field
to every point object.@Nullable PlotHeatmapOptions.CompareBase getCompareBase()
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.void setCompareBase(PlotHeatmapOptions.CompareBase value)
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.boolean getCompareStart()
compareStart=true
) or should have been already calculated according to
the previous point (compareStart=false
).void setCompareStart(boolean value)
compareStart=true
) or should have been already calculated according to
the previous point (compareStart=false
).@Nullable PlotHeatmapConnectorsOptions getConnectors()
void setConnectors(PlotHeatmapConnectorsOptions value)
double getCropThreshold()
void setCropThreshold(double value)
@Nullable Unknown getCursor()
void setCursor(CursorType value)
void setCursor(String value)
@Nullable PlotHeatmapDataGroupingOptions getDataGrouping()
groupPixelWidth
option.
If data grouping is applied, the grouping information of grouped points
can be read from the Point.dataGroup. If point options other than the
data itself are set, for example name
or color
or custom properties,
the grouping logic doesn't know how to group it. In this case the options
of the first point instance are copied over to the group point. This can
be altered through a custom approximation
callback function.void setDataGrouping(PlotHeatmapDataGroupingOptions value)
groupPixelWidth
option.
If data grouping is applied, the grouping information of grouped points
can be read from the Point.dataGroup. If point options other than the
data itself are set, for example name
or color
or custom properties,
the grouping logic doesn't know how to group it. In this case the options
of the first point instance are copied over to the group point. This can
be altered through a custom approximation
callback function.@Nullable PlotHeatmapDataLabelsOptions getDataLabels()
.highcharts-data-label-box
and .highcharts-data-label
class names
(see example).void setDataLabels(PlotHeatmapDataLabelsOptions value)
.highcharts-data-label-box
and .highcharts-data-label
class names
(see example).@Nullable String getDescription()
void setDescription(String value)
@Nullable PlotHeatmapDragDropOptions getDragDrop()
dragDrop
API structure, the module fires three
events, point.dragStart, point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.void setDragDrop(PlotHeatmapDragDropOptions value)
dragDrop
API structure, the module fires three
events, point.dragStart, point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.boolean getEnableMouseTracking()
void setEnableMouseTracking(boolean value)
@Nullable PlotHeatmapEventsOptions getEvents()
Highcharts.addEvent
function.void setEvents(PlotHeatmapEventsOptions value)
Highcharts.addEvent
function.boolean getExposeElementToA11y()
void setExposeElementToA11y(boolean value)
double getGapSize()
dataGrouping
is enabled, points can be grouped into a
larger time span. This can make the grouped points to have a greater
distance than the absolute value of gapSize
property, which will result
in disappearing graph completely. To prevent this situation the mentioned
distance between grouped points is used instead of previously defined
gapSize
.
In practice, this option is most often used to visualize gaps in time
series. In a stock chart, intraday data is available for daytime hours,
while gaps will appear in nights and weekends.void setGapSize(double value)
dataGrouping
is enabled, points can be grouped into a
larger time span. This can make the grouped points to have a greater
distance than the absolute value of gapSize
property, which will result
in disappearing graph completely. To prevent this situation the mentioned
distance between grouped points is used instead of previously defined
gapSize
.
In practice, this option is most often used to visualize gaps in time
series. In a stock chart, intraday data is available for daytime hours,
while gaps will appear in nights and weekends.@Nullable PlotHeatmapOptions.GapUnit getGapUnit()
gapUnit
is relative
(default), a gap size of 5 means that if
the distance between two points is greater than five times that of the
two closest points, the graph will be broken.
When the gapUnit
is value
, the gap is based on absolute axis values,
which on a datetime axis is milliseconds. This also applies to the
navigator series that inherits gap options from the base series.void setGapUnit(PlotHeatmapOptions.GapUnit value)
gapUnit
is relative
(default), a gap size of 5 means that if
the distance between two points is greater than five times that of the
two closest points, the graph will be broken.
When the gapUnit
is value
, the gap is based on absolute axis values,
which on a datetime axis is milliseconds. This also applies to the
navigator series that inherits gap options from the base series.@Nullable Unknown getJoinBy()
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.void setJoinBy(String value)
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.void setJoinBy(String[] value)
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.@Nullable String[] getKeys()
void setKeys(String[] value)
@Nullable PlotHeatmapLabelOptions getLabel()
graph
or an
area
.
Requires the series-label.js
module.void setLabel(PlotHeatmapLabelOptions value)
graph
or an
area
.
Requires the series-label.js
module.@Nullable String getLinkedTo()
void setLinkedTo(String value)
@Nullable PlotSeriesOptions getNavigatorOptions()
showInNavigator
is true
for this series. Available options are the
same as any series, documented at plotOptions and series.
These options are merged with options in navigator.series, and will take
precedence if the same option is defined both places.void setNavigatorOptions(PlotSeriesOptions value)
showInNavigator
is true
for this series. Available options are the
same as any series, documented at plotOptions and series.
These options are merged with options in navigator.series, and will take
precedence if the same option is defined both places.@Nullable Unknown getNegativeColor()
void setNegativeColor(GradientColorObject value)
void setNegativeColor(String value)
void setNegativeColor(Any value)
@Nullable String getNullColor()
void setNullColor(String value)
@Nullable PlotHeatmapPointOptions getPoint()
void setPoint(PlotHeatmapPointOptions value)
@Nullable PlotHeatmapOptions.PointDescriptionFormatter getPointDescriptionFormatter()
void setPointDescriptionFormatter(PlotHeatmapOptions.PointDescriptionFormatter value)
double getPointPadding()
void setPointPadding(double value)
double getRowsize()
void setRowsize(double value)
boolean getSelected()
showCheckbox
is true, the checkbox next to the series name in the
legend will be checked for a selected series.void setSelected(boolean value)
showCheckbox
is true, the checkbox next to the series name in the
legend will be checked for a selected series.boolean getShowCheckbox()
selected
option.void setShowCheckbox(boolean value)
selected
option.boolean getShowInLegend()
true
for standalone
series, false
for linked series.void setShowInLegend(boolean value)
true
for standalone
series, false
for linked series.boolean getShowInNavigator()
void setShowInNavigator(boolean value)
boolean getSkipKeyboardNavigation()
true
, the accessibility module will
skip past the points in this series for keyboard navigation.void setSkipKeyboardNavigation(boolean value)
true
, the accessibility module will
skip past the points in this series for keyboard navigation.@Nullable PlotHeatmapStatesOptions getStates()
void setStates(PlotHeatmapStatesOptions value)
boolean getStickyTracking()
mouseOut
event on a series isn't triggered until the mouse moves over
another series, or out of the plot area. When false, the mouseOut
event
on a series is triggered when the mouse leaves the area around the
series' graph or markers. This also implies the tooltip. When
stickyTracking
is false and tooltip.shared
is false, the tooltip will
be hidden when moving the mouse between series.void setStickyTracking(boolean value)
mouseOut
event on a series isn't triggered until the mouse moves over
another series, or out of the plot area. When false, the mouseOut
event
on a series is triggered when the mouse leaves the area around the
series' graph or markers. This also implies the tooltip. When
stickyTracking
is false and tooltip.shared
is false, the tooltip will
be hidden when moving the mouse between series.@Nullable PlotHeatmapTooltipOptions getTooltip()
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.void setTooltip(PlotHeatmapTooltipOptions value)
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.double getTurboThreshold()
0
disable.void setTurboThreshold(double value)
0
disable.boolean getVisible()
void setVisible(boolean value)
double getZIndex()
void setZIndex(double value)
@Nullable String getZoneAxis()
void setZoneAxis(String value)
@Nullable Array<PlotHeatmapZonesOptions> getZones()
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).void setZones(Array<PlotHeatmapZonesOptions> value)
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).Copyright © 2020. All rights reserved.