Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Mar 2012
    Posts
    22
    Vote Rating
    0
    Answers
    1
    maxycini is on a distinguished road

      0  

    Default Unanswered: Chart grid lines not showing up

    Unanswered: Chart grid lines not showing up


    Hi,

    I have faced a strange issue with the chart. I have defined grid lines for the chart. The code sample is given below
    axes: [
    {
    type: 'Numeric',
    title: 'fffd',
    grid: true,
    grid: {
    odd: {
    opacity: 1,
    fill: '#dddddd',
    stroke : '#ddd',
    'stroke-width' : 1
    }
    }
    }
    ]

    Interestingly the first time i load the chart the grid lines comes correctly. But if i go to any other page in my app and come back to chart page it fails to draw the grid lines. Please find attached the screen shot.

    chart.jpg

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    436
    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


    What version of ST and charts are you using?
    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
    Mar 2012
    Posts
    22
    Vote Rating
    0
    Answers
    1
    maxycini is on a distinguished road

      0  

    Default


    I am using ST 2.0 and touch-charts-2.0.0-beta