Skip to content

在安卓手机上使用dataZoom滑动时很难拖动 #221

@wanglianqing123

Description

@wanglianqing123

做柱状图表左右滑动效果,图表很难拖动。
我使用的版本:
"@wuba/react-native-echarts": "^2.0.2",
"echarts": "^5.5.1",
"react-native-gesture-handler": "^2.21.2",
dataZoom设置如下:
dataZoom: [
{
type: 'inside',
xAxisIndex: 0,
start: 0,
end: 30,
zoomLock: true, // 锁定缩放
throttle: 100,
minSpan: 0,
maxSpan: 100,
zoomOnMouseWheel: false,
moveOnMouseMove: true,
moveOnMouseWheel: true,
},
],
我不确定是什么原因。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions