Class Hover
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getHalo()voidsetAnimation(Boolean animation) Animation setting for hovering the graph in line-type series.voidsetBorderColor(Color borderColor) A specific border color for the hovered point.voidsetBrightness(Number brightness) How much to brighten the point on interaction.voidA specific color for the hovered point.voidsetEnabled(Boolean enabled) Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.voidsetFillColor(Color fillColor) The fill color of the marker in hover state.voidOptions for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.voidsetLineColor(Color lineColor) The color of the point marker's outline.voidsetLineWidth(Number lineWidth) Pixel with of the graph line.voidsetLineWidthPlus(Number lineWidthPlus) The additional line width for the graph of a hovered series.voidvoidsetOpacity(Number opacity) The opacity of a point in treemap.voidThe radius of the point marker.voidsetRadiusPlus(Number radiusPlus) The number of pixels to increase the radius of the hovered point.
-
Constructor Details
-
Hover
public Hover() -
Hover
-
-
Method Details
-
getAnimation
- See Also:
-
setAnimation
Animation setting for hovering the graph in line-type series.Defaults to: { "duration": 50 }
-
getEnabled
- See Also:
-
setEnabled
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend. .Defaults to: true
-
getHalo
- See Also:
-
setHalo
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts. By default the halo is filled by the current point or series color with an opacity of 0.25. The halo can be disabled by setting the
halooption tofalse.In styled mode, the halo is styled with the
.highcharts-haloclass, with colors inherited from.highcharts-color-{n}. -
getLineWidth
- See Also:
-
setLineWidth
Pixel with of the graph line.Defaults to: 2
-
getLineWidthPlus
- See Also:
-
setLineWidthPlus
The additional line width for the graph of a hovered series.Defaults to: 1
-
getFillColor
- See Also:
-
setFillColor
The fill color of the marker in hover state. -
getLineColor
- See Also:
-
setLineColor
The color of the point marker's outline. Whennull, the series' or point's color is used.Defaults to: #ffffff
-
getRadius
- See Also:
-
setRadius
The radius of the point marker. In hover state, it defaults to the normal state's radius + 2 as per the radiusPlus option. -
getRadiusPlus
- See Also:
-
setRadiusPlus
The number of pixels to increase the radius of the hovered point.Defaults to: 2
-
getBorderColor
- See Also:
-
setBorderColor
A specific border color for the hovered point. Defaults to inherit the normal state border color. -
getBrightness
- See Also:
-
setBrightness
How much to brighten the point on interaction. Requires the main color to be defined in hex or rgb(a) format.
In styled mode, the hover brightening is by default replaced with a fill-opacity set in the
.highcharts-point:hoverrule.Defaults to: 0.1
-
getColor
- See Also:
-
setColor
A specific color for the hovered point.Defaults to: undefined
-
getOpacity
- See Also:
-
setOpacity
The opacity of a point in treemap. When a point has children, the visibility of the children is determined by the opacity.Defaults to: 0.75
-
getMarker
- See Also:
-
setMarker
-