1. #1
    Sencha User
    Join Date
    Dec 2012
    Posts
    2
    Vote Rating
    0
    pascal_v is on a distinguished road

      0  

    Default Answered: Ext.chart.Chart missing data points in line series

    Answered: Ext.chart.Chart missing data points in line series


    Hello Everyone,

    I have an ExtJS Application with a Chart that displays multiple line series.

    Unfortunately some of the data points don't get rendered.

    Additional Information:
    - The missing data points are always on the right side of the chart (or more precisely they should be there).
    - The axis display the dates where those values should be just fine: Meaning there should in theory be enough place to render them.
    - Depending on the size of the window which contains the chart there are more or less data points missing
    - As far as I have seen it seems to happen only with IE (our client uses IE8)
    - ExtJS Version is 4.1.1

    Has anyone here had a similar problem or does someone have some pointers to give me as what the reason could be?

    Cheers,

    Pascal

  2. I have not seen this, can you provide a test case?

  3. #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


    I have not seen this, can you provide a test case?
    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.

  4. #3
    Sencha User
    Join Date
    Dec 2012
    Posts
    2
    Vote Rating
    0
    pascal_v is on a distinguished road

      0  

    Default


    Unfortunately I have not been able to construct a test case, let alone a minimal one.

    I have only seen the problem on our client's productive environment so far and haven't been able to reproduce it on my own machine.

    Anyway: Thanks for your answer. I wanted to know if this is a known problem and apparently it is not.