在Amchart中,项目符号的click事件未响应

时间:2019-09-19 05:54:35

标签: reactjs amcharts4

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不会响应,也不会调度任何事件。

0 个答案:

没有答案