I’m starting to use SenchaTouch and I like it; I would really like to be able to show interactive charts (e.g. drill-down: when the user taps a chart bar, trap the event and show another chart) in SenchaTouch apps.
Is this possible?
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.
As you already know for sure, Sencha Touch is mobile device oriented, so if you use Flash inside you iPhone / iPad mobile application it does not works.
So, I really suggest you to use Raphaël javascript Charts.
Sencha Team already use it for the new Ext 4 release and I’m pretty use it will be even used officially on the next Sencha Touch release.
I post you a simple exampe that show you how to initialize a Raphael Chart inside a Panel body:
});
Hope this helps.