Tooltips
Tooltips are pop-ups that are displayed when you pause a cursor over events for chart data points. By default, tooltips display the data used to generate each point. For example, if a bar chart value is 100, the tooltip displays 100. You can customize tooltips by adding columns that map to other fields in the dataset.
To enable tooltips:
-
Check the Tooltips box and select the chevron to expand the section.
-
Select Add Column to map a dataset field to the tooltip.
-
Select a column name from the dropdown.
-
Select an aggregation from Display Values As.
Supported functions depend on the column type and include Sum, Average, Median, Count, Distinct Count, Minimum, Maximum, and Unique.
-
Configure the Values Format:
- Default – Shows the full value (for example, 1,234,567.89).
- Abbreviated – Shortens values to K (thousand), M (million), B (billion) (for example, 1.24M).
- Decimal – Controls decimal display (for example, 1,234,567.9 for 1 decimal place).
- Currency – Displays as currency (for example, $1,234,567.89).
- Percentage – Displays as percent (for example, 1,234,568%).
- Scientific – Uses exponential notation (for example, 1e+6).
-
(Optional) Set a tooltip header by entering text in the Header field. You can use system tokens to add customization—type
{{in the Header input to see available tokens.
You can add multiple custom tooltip columns as needed.