Reputation: 13165
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
Upvotes: 0
Views: 919
Reputation: 1816
donut: [% of donut hole]
for example:
...
series: [{
type: 'pie',
donut: 30
...
Upvotes: 2