ExternalPointerEventsSettings
@elastic/charts • Exports
@elastic/charts / ExternalPointerEventsSettings
Interface: ExternalPointerEventsSettings
The settings for handling external events. TODO consider moving this to Tooltip spec
Contents
Properties
tooltip
tooltip:
TooltipPortalSettings
<"chart"
> &Object
Tooltip settings used for external events
Type declaration
visible?
visible?:
boolean
true
to show the tooltip when the chart receive an
external pointer event, 'false' to hide the tooltip.
Default Value
false
Source
packages/charts/src/specs/settings.tsx:277
Generated using typedoc-plugin-markdown and TypeDoc