1. #1
    Sencha User
    Join Date
    Oct 2012
    Posts
    3
    Vote Rating
    0
    nestaramsa is on a distinguished road

      0  

    Default Architect 2.1 charts -Scatter Series

    Architect 2.1 charts -Scatter Series


    When I create CartesianChart, inside numeric and category axis everything is OK, but as soon as I add MyScatterSeries, screen becomes white and logger:
    TypeError: 'null' is not a constructor (evaluating 'new c(a[0])')

    where can be problem? how to fix it? anyone help?

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    The framework is internally throwing an error. Did you move forward and try to configure the fields to begin rendering the series? Did you bind it to a store?

    Sounds like there is a bug here in the respective framework (touch or ext) that we will have to report.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Oct 2012
    Posts
    3
    Vote Rating
    0
    nestaramsa is on a distinguished road

      0  

    Default


    yes I have 5tab panel - 4 charts + 1 scatter, all of them are using one store, scatter can have only one xField and one yField ( i thing it should be more than one ) of course i set them, and it is always white screen,

    err is:
    Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/IphoneSenchaChart/s...=1352881043890
    TypeError: 'null' is not a constructor (evaluating 'new c(a[0])')

    (without adding MyScatterSeries it is OK- no err and everything displaying)