We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
..., touchStart(e) { if (chart && e.mp.touches.length > 0) { const touch = e.mp.touches[0]; // 此处将zr属性改为_zr, 否则为undefined chart._zr.handler.dispatch('mousedown', { zrX: touch.x, zrY: touch.y, }); chart._zr.handler.dispatch('mousemove', { zrX: touch.x, zrY: touch.y, }); } }, ....
不知道是不是个例,希望作者可以看一下. 谢谢!
The text was updated successfully, but these errors were encountered:
抱歉,之前没看到,报错信息可以贴一下,明天我复查下
Sorry, something went wrong.
18173cd
应该修复了已经,请更新下版本
No branches or pull requests
不知道是不是个例,希望作者可以看一下. 谢谢!
The text was updated successfully, but these errors were encountered: