0
votes

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

1

1 Answers

2
votes
donut: [% of donut hole]

for example:

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