bullets: [{
children:[{
type: "Rectangle",
width: 10,
height: 10,'
bulletSize:16,
horizontalCenter: "middle",
verticalCenter: "middle",
clickable:true,
events: {
hit: function(ev) {
console.log("clicked on ", ev.target);
}
}
}],
}]
尝试使用react构建amChart4,但是将Bullet事件添加到Bullet不会响应,也不会调度任何事件。