Category / Section
Enable CrossAxis Tooltip in the Chart Report Item in Bold Reports
Published:
Updated:
The CrossAxisTooltip feature in Bold Reports enhances chart interactivity by displaying a synchronized tooltip aligned with both the X and Y axes when users hover over a chart. This provides precise data point insights across multiple data series, making comparisons easier. This guide explains how to enable and configure the enableCrossAxisTooltip property in the Bold Report Designer.
Steps to Enable Cross-Axis Tooltips
- Select the Chart
- In the Report Designer, click the chart you want to modify and open the Properties panel.
- Scroll to the Miscellaneous section and click on the Set Attributes button.
- Set the
enableCrossAxisTooltipProperty- In the Set Attributes dialog, add the
enableCrossAxisTooltipproperty Name and Value as shown below to enable the Cross-Axis tooltip for the chart:
Name:enableCrossAxisTooltip
Value:true
- In the Set Attributes dialog, add the
- Save and Preview the Report
- Before Adding the property.
- After adding the property.
- Before Adding the property.
Download the above sample report from here.
Enabling enableCrossAxisTooltip in Bold Reports improves chart interactivity by displaying synchronized tooltips across axes, allowing users to compare data points more effectively.