Click here to Skip to main content
15,880,796 members

Comments by Ravi Sargam (Top 95 by date)

Ravi Sargam 17-Mar-17 3:09am View    
using Chrome and message is failed-Network error
Ravi Sargam 17-Mar-17 3:04am View    
still the same problem not downloading.... failed to download...
Ravi Sargam 10-Feb-17 3:37am View    
On legend click working fine with this code

onClick: function(e, legendItem) {
var index = legendItem.index;
alert(myDoughnutChart.data.labels[[index]]+" "+myDoughnutChart.data.datasets[0].data[[index]]);
}

but how can i get value if i click on Chart Slice.....
Ravi Sargam 9-Feb-17 23:13pm View    
thank you for answer i got the click event but i want value of clicked slice... please tell how can i achive that...
Ravi Sargam 9-Feb-17 6:55am View    
it is working fine but how to show alert/popup on chat slice click...