Is your feature request related to a problem? Please describe.
Not related to a problem.
Describe the solution you'd like
I want to have a feature that allows user to click on any point of line/bar in the chart so that the tooltip can stay visible and "sticky" at where mouse clicks.
Describe alternatives you've considered
I have thought about manually setting coordinate of Tooltip when click event is triggered, but it looks like TooltipProps does not expose position or coordinate attribute to user, and for now Tooltip position is only from GlobalChartState, aka position of pointer or mouse.
Additional context
N/A
Kibana Cross Issues
N/A
Checklist
Delete any items that are not applicable to this feature request.
Is your feature request related to a problem? Please describe.
Not related to a problem.
Describe the solution you'd like
I want to have a feature that allows user to click on any point of line/bar in the chart so that the tooltip can stay visible and "sticky" at where mouse clicks.
Describe alternatives you've considered
I have thought about manually setting coordinate of Tooltip when click event is triggered, but it looks like
TooltipPropsdoes not expose position or coordinate attribute to user, and for now Tooltip position is only fromGlobalChartState, aka position of pointer or mouse.Additional context
N/A
Kibana Cross Issues
N/A
Checklist
Delete any items that are not applicable to this feature request.