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?