Thanks jQWidgets team for reply,
the above solution is working perfectly fine for the large numbers like(1,2,..,5,10,…….100),
we are having radius 190 and labelRadius 220 still issue exist for float numbers
I have data like
var data = [{ name: ‘high alerts’, value: 99.94 }, { name: ‘medium Alerts’, value: 0,04 }, { name: ‘Low Alerts’, value: 0,02 }];
the values are overlapping with each other by giving this data(Please check this in above example)
Thanks In Advance