Completed
Last Updated: 16 Feb 2016 15:31 by ADMIN
Imported User
Created on: 16 Feb 2016 14:40
Category: Kendo UI for jQuery
Type: Feature Request
1
dynamically change kendo chart type
Hi 

You have very nice charts colorful and detail but thing page like upperside we have combobox or radiobutton and i have bar chart so when i click selections i want to convert bar chart to area chart or scatter chart to do this dynamically way... 

It will be best
1 comment
ADMIN
Telerik Admin
Posted on: 16 Feb 2016 15:31
This can be achieved with a few lines of code, Saul. See this demo for reference:

http://dojo.telerik.com/OPINE/4

The idea is to wire the onchange event of the html select and recreate the chart using the selected value option (area, line or bar in this case).