customizeHint
Type:
Function parameters:
seriesInfo:
Object structure:
Name | Type | Description |
---|---|---|
seriesColor |
The series' color. |
|
seriesIndex |
The index of the series in the series array. To get the Series object by this index, call the getSeriesByPos(seriesIndex) method. |
|
seriesName | any |
The series' name. To get the Series object by this name, call the getSeriesByName(seriesName) method. |
Return Value:
hoverMode
Specifies what series elements to highlight when a corresponding item in the legend is hovered over.
Type:
Default Value: 'includePoints'
Feedback