score:25

Accepted answer

Just loop through Chart.instances

Chart.helpers.each(Chart.instances, function(instance){
  alert(instance.chart.canvas.id)
})

Fiddle - http://jsfiddle.net/bkq5Lq8b/


Related Query

More Query from same tag