-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
做柱状图表左右滑动效果,图表很难拖动。
我使用的版本:
"@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
Labels
No labels