options/highcharts_series_marker_options library
Classes
- HighchartsSeriesMarkerOptions
-
Options for the point markers of line and scatter-like series. Properties
like
fillColor
,lineColor
andlineWidth
define the visual appearance of the markers. Thesymbol
option defines the shape. Other series types, like column series, don't have markers, but have visual options on the series level instead. - HighchartsSeriesMarkerStatesHoverAnimationOptions
- Animation when hovering over the marker.
- HighchartsSeriesMarkerStatesHoverOptions
- The hover state for a single point marker.
- HighchartsSeriesMarkerStatesNormalOptions
- The normal state of a single point marker. Currently only used for setting animation when returning to normal state from hover.
- HighchartsSeriesMarkerStatesOptions
- States for a single point marker.
- HighchartsSeriesMarkerStatesSelectOptions
-
The appearance of the point marker when selected. In order to
allow a point to be selected, set the
series.allowPointSelect
option to true.