Declined
Last Updated: 23 Jan 2020 07:21 by ADMIN
Steve Townend
Created on: 24 May 2012 11:28
Category: Chart
Type: Feature Request
7
Add support for drill down on charts
We currently use ObjectPlanets EasyCharts and they allow you to define a drill-down URL that can be associated with each line or bar. This allows us to have a bar chart on a page with a data grid. When the user clicks a bar, a URL is posted to the server that populates the data grid with more detail on the selected chart item.
2 comments
ADMIN
Alex Hajigeorgieva
Posted on: 23 Jan 2020 07:21

Hello,

The seriesClick event can be used to change the chart data or entire options as the scenario requires.

Here is a sample implementation for your reference:

https://dojo.telerik.com/OSoFOHib

For displaying the underlying data below the chart, have a look at the suggestion in this feedback item:

https://feedback.telerik.com/kendo-jquery-ui/1358668-data-manipulation-displaying-values-in-table-below-a-kendo-ui-chart

On seriesClick, one can simply replace the data in the grid by using the dataSource data() method, filter it with the filter() method or use the setDataSource() grid method to entirely replace it.

Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Imported User
Posted on: 22 Aug 2012 15:56
You can actually do this in a workaround by setting up an OnClick function. It's not glamorous, and it takes some time to get it just right, but it works wonderfully.