wxchart柱状图android机不能水平滚动
发布于 6 年前 作者 aduan 14103 次浏览 来自 问答

使用canvas  标签和wxcharts 插件柱状图时在工具中可以水平滚动,在手机手机中无法滚动

<canvas canvas-id=’{{it.tp}}’ id = “{{it.tp}}”  class=‘wl-chart’ style=“width:732rpx;height: 200px;” bindtouchstart=“touchstart” bindtouchmove=“touchmove” bindtouchend=“touchend” ></canvas>

1 回复

麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

回到顶部