Anifowoshe Gbenga

Results 2 comments of Anifowoshe Gbenga

Yeah this is a bug. I think you can get around this by using `event.target.parentElement.getAttribute("data:realIndex")` i.e ``` chart: { type: 'pie', events: { click: function(event, chartContext, config) { console.log(event.target.parentElement.getAttribute("data:realIndex")) }...