This is a migrated thread and some comments may be shown as answers.

Crosshair Tooltip

2 Answers 210 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Kunal
Top achievements
Rank 1
Kunal asked on 12 Feb 2020, 02:50 AM

Hello,

I am using a HTML5 Telerik Report Designer. I have created a line-with-markers chart and added tooltip to it as well.

However, in the following graph, the tooltip is only displayed when the mouse is hovered on top of the marker, while I want a crosshair tooltip.

I have tried using Kendo UI for jQuery to achieve this, however, it does not link with the data that is generated with the Report Designer.

$("#reportViewer1").kendoTooltip({ filter: "path[data-tooltip-title]" });

This displays a blank screen alongside the Designer tooltip:

 

Is there any way a crosshair tooltip can be added to a HTML5 Report Designer graph?

 

 

 

2 Answers, 1 is accepted

Sort by
0
Kunal
Top achievements
Rank 1
answered on 12 Feb 2020, 02:56 AM
Attached are the screenshots
0
Accepted
Todor
Telerik team
answered on 14 Feb 2020, 01:22 PM

Hello Kunal,

The Data Point tooltips are displayed by design only when hovering over a data point. We do not support Crosshair Tooltips. You may log a feature request for this in our public feedback portal.

The Report document is generated entirely on the server and is sent to the Html5 Viewer as an Html5 markup that will be displayed in the report area of the viewer. Hence, the data is not available with the document and I don't think it is possible to add a functional crosshair tooltip to the report documents displayed by the HTML5 Viewer.

You may modify the available tooltips as explained in the Styling Tooltips in HTML5-based Report Viewers KB article.

Regards,
Todor
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Kunal
Top achievements
Rank 1
Answers by
Kunal
Top achievements
Rank 1
Todor
Telerik team
Share this question
or