2017-05-08 32 views

回答

1

我已经找到了答案:

options: { 
    onClick: this.Function.bind(this), 
} 

Function(event, array) { 
    let clickedElement = this.doughnutChart.getElementAtEvent(event); 
}