ZerlinM

Results 3 comments of ZerlinM

> [issues-31](https://github.com/qiuweikangdev/taro-react-echarts/issues/31) 你好,首先很感谢你提交的修改建议,实践中dataZoom可以生效。 但是在饼图中发现问题:点击时饼图不能突出显示了。 之后发现是touchStart方法中的以下注释代码导致: (touchStart方法中的以下这段不能注掉) ``` handler.dispatch('mousemove', { zrX: touch.x, zrY: touch.y, preventDefault: () => {}, stopImmediatePropagation: () => {}, stopPropagation: () => {}, }) ```

我也在ios上遇到这个问题了 现在还没解决吗 @qiuxiang

> 给他指定下节点挂载,可以挂载在页面的最外层 popupProps={ { portal: () => document.getElementById("id"), style: { height: "300px", }, } } 解决了,但我使用DatePicker时也遇到了这个问题,报错:获取高度失败: TypeError: Cannot read property 'height' of null,有解决方案吗