Tooltips help the users to know the exact numerical representation of the data records displayed in the widgets. Tooltips are informative and a robust way to let the users to explore the raw data of a period or point when they need them instead of showing all the records at a same time in the visual.
Initially, the widgets show the configured data values and the category of the corresponding data points as the default tooltip information, when you hover the mouse as shown in the following screenshots.
Chart widget: Shows the total sales amount for the sold top 5 categories.
Map widget: Shows the total number of medals won by each country during the 2016 Summer Olympics.
You should showcase the additional information in the tooltip without affecting the visualization of the configured widget.
To achieve this, you can configure the additional tooltip fields in the applicable widgets. It will show the additional information along with the default tooltip Information.
The following sections discuss about how to add additional tooltip fields and how to format the data values displayed in the tooltip.
Dashboard Designer
.widget
in the design layout in which you want to add additional tooltip fields.properties
icon as shown in the following screenshot.
4. Now, the properties pane opens. Click
ASSIGN DATA
to open the data pane.
5. Drag the fields to the
Tooltip
section which you want to show in the widget’s tooltip as additional information.
6. Now, the widget will be rendered and on mouse hover, it will show the additional information as tooltip points for the configured measure.
IMPORTANT:
1. Only measure fields are allowed as additional tooltip fields. If the Dimension field is added in the tooltip section, it will only act as a measure field.<br>
2. This section is optional. If no additional fields are required, you need not add any fields in the tooltip section.<br>
3. Tooltip fields do not affect the visualization and the values are displayed in the tooltip points only.<br>
4. You can add any number of tooltip fields as per requirement.<br>
5. All type of charts, Choropleth Map, Bubble Map, Map, Tree map, and Heat map are supporting the tooltip fields.<br>
6. Tooltip fields are currently not supported in the KPI Card, Number Card, Radial Gauge, Grid, Pivot Grid, Image, Label, and the filter widgets.
You can customize the tooltip field name and the format of the displayed data value.
Using the Rename
option provided in the settings
menu, you can rename the tooltip field name.
To rename the tooltip field, follow these steps:
Settings
menu and select the Rename
option as shown in the following screenshot.
Now, the text will become editable.
2. Enter the text you want, and press
Enter
to save the changes.
Widget tooltip after modifying the field name
You can change the summary type
of the measure field from the settings
menu and refer to this section to learn more details on aggregation types.
You can select First
or Last
option from the settings
menu as follows. This option will be enabled for the dimension or date field.
When the First
option is selected, the top value of the dimension or date field can be obtained based on the measure column, configured in the Value(s)
section and displays the tooltip value as shown in the following screenshots.
When the Last
option is selected, the last value of the dimension or date field can be obtained based on the measure column, configured in the Value(s)
section and displays the tooltip value as shown in the following screenshots.
For date column, First
or Last
value will be shown in date time format as shown in the following screenshot.
The measure value can be formatted by clicking the Format
menu option from the settings
menu.
You can refer to this section to learn more details about formatting.
Screenshot of the widget with applied measure formatting