Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have kendo Pie chart and it is having as
title: { text: 'click her to navigate', color: '#F47B29' },


when user click on title it should navigate to different page.

What I have tried:

tried for click events in
seriesClick
Posted
Updated 6-Feb-20 1:49am
Comments
Richard MacCutchan 6-Feb-20 7:38am    
And, what happens?
Chinnu2020 6-Feb-20 7:39am    
Event is not firing

1 solution

There does not appear to be a way to put a link inside the title of a kendo pie chart, at least not according to its documentation.
You could try to add the pie chart inside an anchor (<a href="...">), though all the pie chart would then be clickable.
 
Share this answer
 
Comments
Chinnu2020 6-Feb-20 8:08am    
title: {text:' Visit W3Schools.com!'}
phil.o 6-Feb-20 8:26am    
If you tried and it did the trick, then fine. Nowhere it is documented to work, though.
Chinnu2020 6-Feb-20 8:38am    
its not working , its displaying the href text as it is
phil.o 6-Feb-20 8:46am    
Ok so this is a no-go. Did you try what I proposed instead? I.e., putting the pie chart itself inside an anchor (<a href="..."><div id="chart" ...></div></a>).
Chinnu2020 6-Feb-20 9:03am    
Navigating in same application... just i have controller and Index its working as expected but is this correct way?




This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900