Tooltip action
Use this action with change({ id: 'Tooltip', context }).
Context
id?:Get|Update(Updateis assumed if omitted)visible:true|falsemode:standard|cards|bubble|externalshowMainTitle:true|falsemainTitle:Name|Description
Behavior
Tooltip supports:
Get: returns current tooltip settings in the same shape asUpdatecontext.Update: applies one or more tooltip fields.
All Update fields are optional.
visibleshows or hides the tooltip.modecontrols presentation:standard: one shared tooltipcards: one header card per panebubble: bubble-style tooltipexternal: disables the built-in tooltip so the host can render tooltip data externally (seeCH_TOOLTIPCHANGED).
showMainTitletoggles the main plot title inside tooltip content.mainTitleselects whether that title uses symbol name or symbol description.