taro-react-echarts
taro-react-echarts copied to clipboard
【小程序】dataZoom 设置brushSelect为false手柄滑动不了
小程序端dataZoom 设置brushSelect为true时手柄可以滑动,设置为false后就滑动不了
dataZoom: [
{
type: 'slider',
brushSelect: false,
},
],
```
echarts版本:5.5.0
taro版本:3.6.8