- Tooltip configuration allows you to display additional
information from the source dataset that is not directly plotted on the
chart.
- This enhances data visibility by providing contextual
insights when users hover over chart elements.
Overview
- Tooltip
displays:
- Plotted
columns (already used in the chart)
- Additional
configured columns (added via Tooltip configuration)
- The
values shown are always contextual to the hovered data point
(category/segment).
How Tooltip Works
- Suppose
chart is plotted with configurations of -Region, Category and Profit
(sum).
- This
chart is configured with the Tooltip Configuration available under Tooltip
formatter: Category with ‘First’ aggregation, SubCategory with ‘First’
aggregation, Quantity with ‘Sum’ aggregation.
After configuration:
- When
a user hovers over a chart:
- Tooltip
shows values for:
- Chart
plotted columns
- Tooltip-configured
columns, as highlighted in below Figure.
- As
can be seen from below figure, the chart tooltip now shows additional
information on same configuration of chart. Chart shows data for the
hovered column plotted for: Region as Europe and Category as ‘Groceries’.
- The tooltip
configured data is shown as: First Category is Groceries, First
SubCategory is Mobile and Sum of Quantity is 42 for the Region as Europe
and Category as ‘Groceries’.
- Thus,
the data is for tooltip configured columns is aggregated based on the
plotted category/categories, ensuring relevant information is
displayed.
Supported Aggregations
For Categorical Columns:
- Count
- Count
Distinct
- First
(Default aggregation)
- Last
- Percentage
(supported across Count and Count Distinct aggregations)
For Measure Columns:
- Sum (Default
aggregation)
- Average
- Count
- Count
Distinct
- Maximum
- Minimum
- Percentage
(supported across aggregations)
Configuring Tooltip
- Navigate
to Tooltip Formatter >> Expand >> Tooltip Configuration
option is displayed.
- Drag
and drop columns from the dataset into the Tooltip section
- Hover
on added columns in Tooltip Configuration to see the gear icon.
- Click
gear icon and Configure aggregation as required.
Key Capabilities
- Add
new columns to tooltip
- Remove
existing columns
- Update
aggregation or column selection
- Reorder
columns (sequence defines display order)
The display sequence in the tooltip follows the same order
as configured.
Behavior
- Tooltip
includes:
- Chart-configured
fields
- Tooltip-configured
fields
- This
is a chart-specific configuration (applies only to the selected
chart)
- The
tooltip data is run-time data for the tooltip configured columns as per
the chart configuration.
The
tooltip configuration is supported for all valid configurations of the
charts.
Non-Supported Charts
Tooltip configuration is available for all chart types
that support tooltips, except:
- Filter
Widget
- Parameter
Widget
- Text
- Image
- HTML
- Shape
- Python
- Histogram
Chart
- Table
- Cross
Table
- Sparkline
Charts
- Card
Notes
- Tooltip
formatting is uniform across all configured tooltip columns
- Individual
column-level formatting is currently not supported
Related Articles
Tooltip
The Tooltip is a little box that pops up when you hover over the widget. It is always attached to something, like a bar on a bar chart or a dot on a line chart. Tooltip provides us the contextual information and additional important information on a ...
Exporting Chart and Chart Data
Exporting charts and data helps you store/save them in your device or on the cloud. You can then share or view the chart in PDF format and data in CSV format. Exporting Chart in PDF To export the chart, follow the steps given below. Create the number ...
Formatting a Chart
This formatting is applicable for widgets that do not have axes. For example, chart formatting is possible for widgets such as Pie Chart and Donut Chart. To format the chart, follow the steps given below. Create the number of charts as required. ...
Expand View option for Chart
The Expand View feature allows users to focus on a specific chart widget by expanding it to a full modal view. This provides a clearer and more detailed visualization of complex or dense data that may not be fully visible in the default dashboard ...
Card Chart Data Labels Datetime formatting
Card chart when plotted with Date/Interval column types with Minimum/Maximum aggregation shows the Minimum/Maximum date out of that column. Default date format is displayed in ISO format. The customization for datetime can be done using the available ...