From 4538a9e9faae91da343266d95c15682af79a9b8c Mon Sep 17 00:00:00 2001 From: Adela Almasan Date: Wed, 16 Jul 2025 17:31:02 -0500 Subject: [PATCH] update docs --- .../visualizations/canvas/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/canvas/index.md b/docs/sources/panels-visualizations/visualizations/canvas/index.md index cef103b2424..5087af6adfb 100644 --- a/docs/sources/panels-visualizations/visualizations/canvas/index.md +++ b/docs/sources/panels-visualizations/visualizations/canvas/index.md @@ -270,6 +270,19 @@ You can enable infinite panning in a canvas when pan and zoom is enabled. This a Infinite panning is an experimental feature that may not work as expected in all scenarios. For example, elements that are not top-left constrained may experience unexpected movement when panning. {{< /admonition >}} +### Tooltip options + +| Option | Description | +| ----------------------------- | ------------------------------------------------------------------------- | +| [Tooltip mode](#tooltip-mode) | Configure whether tooltips appear when hovering over the canvas elements. | + +#### Tooltip mode + +Controls the display of tooltips when hovering over elements in a canvas that are connected to data, data links, or actions. + +- **Enabled -** Show a tooltip when the cursor hovers over the element. +- **Disabled -** Tooltips are not shown on hover. + ### Layer options The **Layer** options let you add elements to the canvas and control its appearance: