Open chart source list

Hello,

How can we add the option to open chart source list by clicking on the chart ?

Hello,

Please, take a look at the sample:
http://www.spchart.com/demo/link-chart-to-list

Here is the configuration:
http://www.spchart.com/documentation/link-chart-to-list

Just put a link to your list to the code.

Hello Dmitry Kozlov,

Your solution shows the filtered data which is really useful, but in this scenario I am trying to open the original list on a new window?

Thanks
Waseel

Hi! Just add in Dashboard -> Advanced this line:

config.plotAreaClick = function (e){ window.location.href = "link" };
And replace “link” to link of your chart!

Hi YuriyMedvedev,

I have added the code but there is no link on the chart !


Most likely, you have a syntax error in your code.

You can find all available events for your chart by following the link:
http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#events