Search code examples
extjsextjs4.1sencha-architect

How to implement donut chart in ExtJS 4.1


Can anybody tell How to implement donut chart in ExtJS 4.1? I have implemented Pie Chart and given config donut:true it is not working .

Thanks


Solution

  • donut: [% of donut hole]
    

    for example:

    ...
    series: [{
        type: 'pie',
        donut: 30
    ...