{
eventName: "select",
callback(chartWrapper) {
// how to get this.state
// this return undefined because of instance is different
console.clear();
console.log(chartWrapper)
}
},
如何获取React,react-google-chart回调中的this.state
我很高兴使用朴实的方式。