I would like to be able to configure a tooltip to be shown if the user hovers over an x-axis category. I would also like it to be dynamic based on the category. My use case is each x axis category represents a flight, to keep the label succinct I use the flight number, however it would be good if the user could find out more information about the flight such as the date, departure, destination etc. Currently I put this information in the tooltip for the data series, but when I show multiple data series this text looks out of place and also makes it harder to see the data relating to the data series point.
Any progress on this? we really need tooltips on the labels especially after using the solution given by you here: https://docs.telerik.com/kendo-ui/controls/charts/how-to/appearance/shorten-chart-labels for shortening the labels and now they are unreadable.
Categories displayed on chart are too long. I am truncating them so I need tooltip on hover of category name which will display full category name.
This is a feature we would like very much. In our case we have multiple charts that are vertically stacked. The problem we encountered is that the charts do not line up because of the varied length of the category axis labels in each chart. We have decided to truncate the labels, adding ellipses if required, in order to have a fixed text lengths for all labels in all the charts. The problem with doing this is that the labels now require a tooltip to display the full description of the chart series.
Thanks for the comments, guys. We'll reopen for consideration
I'm with Alex on this issue, and would like this feedback request reopened. Alex, I'm using an anchor tag in my axis category label template. I'm pretty sure it's possible in the meantime to accomplish this behavior by attaching code to the mouseover event of the anchor tag (or other elements) and displaying a custom tooltip on the fly.
That's not quite what I want as you then lose the individual tooltips on the data series points. On my chart I have up to 6 data series shown at once, having one tooltip with details about the category and all the data series points will make it rather large and also makes it harder to see which value in the tooltip belongs to which column/point. I would rather keep individual tooltips for data series and introduce a seperate one for x axis categories. Also you can't even set the SharedTemplate using the MVC wrappers (I've raised this as a bug with Telerik).