Box
Map
Vue
A newer version of this page is available. Switch to the current version.

jQuery PieChart - commonSeriesSettings.hoverStyle

An object defining configuration properties for a hovered series.

Type:

Object

To set a custom 'hover' style for the series, use the hoverStyle object within the series configuration object.

border

An object defining the border properties for a hovered series.

Type:

Object

To set custom border settings specific to the 'hovered' state for the series, use the properties of the series.hoverStyle.border configuration object.

color

Sets a color for the series when it is hovered over.

Type:

String

Default Value: undefined

This property supports the following colors:

hatching

Specifies the hatching properties to be applied when a point is hovered over.

Type:

Object

Within this object you can specify how to apply hatching using the direction property, the width and opacity of lines with the width and opacity properties, and the space between the lines using the step property.