1. #1
    Sencha User
    Join Date
    May 2011
    Posts
    4
    Vote Rating
    0
    adeelahmad is on a distinguished road

      0  

    Question Unanswered: Sencha Touch Charts Prerender

    Unanswered: Sencha Touch Charts Prerender


    Hi ,

    we have an app with sencha touch charts and sencha touch it self , the issue is when we dispatch user to charts tab for the first time it takes almost 4-8 seconds as our chart data is more than 500 points of series,

    Question :

    is there anyway we can make it load faster ? (may be pre-render the charts when the app loads? if yes then how ) ?

    Thanks
    Adeel Ahmad

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    Answers
    3113
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Maybe try not to do too much on a mobile device.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    May 2011
    Posts
    4
    Vote Rating
    0
    adeelahmad is on a distinguished road

      0  

    Default


    but if we have to do it? is there any way to prerender it ?

  4. #4
    Sencha User
    Join Date
    Jul 2011
    Location
    Holland
    Posts
    56
    Vote Rating
    1
    Answers
    2
    mrduck is on a distinguished road

      0  

    Default


    I'm interested in this question as well. I'm using charts as well and it takes noticeable time to render on an iPad - even without using much data.
    It would definitely help to be able to prerender. Did anyone find a way to do this?