Describe the bug
As of #698, the dispatchExternalPointerEvent call will not render crosshairs for external tooltips. Prior to this change this was the default behavior.
To Reproduce
Steps to reproduce the behavior:
- Go to http://localhost:9001/?path=/story/interactions--cursor-update-action
- Change the value of
visible on the second chart to false
- Notice the absence of an external tooltip on either chart
Expected behaviour
If a dispatchExternalPointerEvent is used, show the crosshairs for the respective pointer value. Even when externalPointerEvents.tooltip.visible is false. When this is false, only the tooltip should be hidden.
Screenshots

Kibana Cross Issues
elastic/kibana#76954
Describe the bug
As of #698, the
dispatchExternalPointerEventcall will not render crosshairs for external tooltips. Prior to this change this was the default behavior.To Reproduce
Steps to reproduce the behavior:
visibleon the second chart tofalseExpected behaviour
If a
dispatchExternalPointerEventis used, show the crosshairs for the respective pointer value. Even whenexternalPointerEvents.tooltip.visibleis false. When this is false, only the tooltip should be hidden.Screenshots

Kibana Cross Issues
elastic/kibana#76954