Unplanned
Last Updated: 22 Feb 2022 14:37 by Support
Support
Created on: 22 Feb 2022 14:37
Type: Bug Report
1
Tooltips don't appear in the Html5 Viewer in some Graph BarSeries

I have a report with a Graph with BarSeries and DateTime X-axis and Numerical Y-axis. The Series has ToolTip that is displayed correctly in the Standalone Report Designer. However, the Html5 Report Viewer does not display the tooltips. The HTML element for the bars does not contain the needed attributes:

data-tooltip-title="Value" data-tooltip-text="10" data-role="tooltip"

and looks like this:

<path d="M588.32 51.51 L589.05 51.51 L589.05 242.89 L588.32 242.89 Z" fill="none" stroke="lime" stroke-width="2" stroke-dasharray="none" stroke-linejoin="bevel" stroke-linecap="butt"></path>

0 comments