ExtJS Charts, I am using an Ext column chart and I want to implement some drill down and drill up functionality. How can I do that? Is this even possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After some surfing days in the web I found a solution: Highcharts (at http://www.highcharts.com, sorry for this I am new in this site so I can only post one link 🙁 the other link was bigger so…) which is a charting library implemented in js, also there is an adapter for Ext so the road is quite a bit simple.
The drill-down functionality is not embedded in library but you can handle events related which each series, bar or point in the chart.
regards