微信小程序中使用echarts-for-weixin,设置雷达图边角文字点击事件无效? const chart = initChart(canvas, width, height, dpr); let option = { radar: { triggerEvent: true } } chart.on('click', function (params) { console.log('params -- ',params) }) 例如,点击下图A、B等无效。  通过echarts-for-weixin官方示例未找到解决方案。设置triggerEvent属性在web端有效,小程序端无效。希望有遇到该问题得到解决的大佬指点。