In the Radchart there is a property called activeregion where the user can add a reference to html link. When the user clicks on the chart title, he can navigate to a new web page. This feature is not available in the new HtmlRadChart . We think that is suitable to have this function in the new HtmlRadchart. It can be even extended to axis labels of HtmlRadchart. Thank you for your help Best Regards AE
Item is declined because it has low votes. Also the link cannot be easily attached to the title because the title doesn't have events nor visual templates. You can, however, simulate a link to the x-axis labels by attaching the axisLabelClick event to the chart where you can get the text and based on it navigate to the desired URL. The following resources will help you achieve that behavior: - axisLabelClick event - http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#events-axisLabelClick - Use Hyperlinks in Axes Labels - http://docs.telerik.com/kendo-ui/controls/charts/how-to/use-hyperlinks-in-axes-labels - http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/client-side-programming/overview