OptionalaffectedID of the series that should be affected by the highlight. If not
defined, the appropriate series will be found according to the column
assignment. This option only makes sense with tooltip.shared: false.
Try it:
OptionalemitterResponsible for communicating to the component group that the action has been triggered on the component.
If true or undefined the default emitter will be used, if false
or null it will be disabled
OptionalenabledWhether the sync should be enabled.
OptionalgroupThe group in which components sharing the same connector should be synced.
If null or undefined the component will be synced with all
components with the same connector.
Try it:
OptionalhandlerResponsible for handling incoming action from the synced component group.
If true or undefined the default handler will be used, if false
or null it will be disabled
OptionalhighlightWhether the marker should be synced. When hovering over a point in other component in the same group, the 'hover' state is enabled at the corresponding point in this component.
OptionalshowWhether the crosshair should be synced. When hovering over a point in other component in the same group, in this component the crosshair should be also shown.
Works only for axes that have crosshair enabled.
OptionalshowWhether the tooltip should be synced. When hovering over a point in other component in the same group, in this component the tooltip should be also shown.
Highcharts component highlight sync options.
Example: