Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Jul 2009
    Posts
    15
    Vote Rating
    1
    shydreamz is on a distinguished road

      0  

    Default donut not visible in pie charts

    donut not visible in pie charts


    REQUIRED INFORMATION
    Ext version tested:
    • Sencha Touch 1.
    Browser versions tested against:
    • Safari 5
    Description:
    • Ext.Chart.Series.Pie - does not display donut when there is only on data set
    Steps to reproduce the problem:
    • Create an Ext.Chart Pie, config a donut value
    The result that was expected:
    • pie chart with donut should appear
    The result that occurs instead:
    • a pie without a donut, i.e. a chart as a complete circle is drawn
    Test Case:
    Code:
        window.store1 = new Ext.data.JsonStore({
                fields: ['year', 'value','iname'],            
               data: [{name: '2008', value: '90',iname: '29'},]  
    });
    ......Ext.chart.Panel({            store: store1,               
    animate:true,               
     series: [{                   
    type: 'pie',                      
     field: 'value',                 
     donut: 50,                 
      label: {                        
          contrast: true,                       
         field: ['name'],                        
       }              
     }],
    })
    HELPFUL INFORMATIONScreenshot or Video:
    • attached
    Debugging already done:
    • none
    Possible fix:
    • not provided
    Additional CSS used:
    • only default ext-all.css
    • custom css (include details)
    Operating System:[LIST][*]Mac OS X/LIST]

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


    Work has gone into the charts for ST2.
    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.

Tags for this Thread