Skip to content
New issue

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

iOS & Android使用dataZoom属性进行缩放功能,当缩放到最大程度(x轴只显示1条数据时),还可以继续放大? 求助! #171

Open
arlovip opened this issue Sep 19, 2019 · 0 comments

Comments

@arlovip
Copy link

arlovip commented Sep 19, 2019

环境及平台

  • iOS & Android

  • React Native

问题

iOS & Android使用dataZoom属性进行缩放功能,当缩放到最大程度(x轴只显示1条数据时),还可以继续放大?(这里指的是继续放大是,数据依然只显示1条数据,但是当缩小的时候需要继续缩小才会正常), 需要不断缩小才会慢慢正常。比如,当放大到只显示一条数据时,再继续放大,然后开始双指捏合缩小,要继续捏合好几次才会慢慢缩小显示1条数据2条数据...慢慢趋于正常

代码

   dataZoom: [{
                type: 'inside',
                fillerColor: 'white',
                borderColor: 'white',
  }],

期望

能够在移动端上正常缩放,缩放到只有一条数据时,不应该能够继续缩放(放大)。另外,可以限制缩放的最小级别吗?比如说,当缩放到只有10条数据的时候,就不能继续缩放

感谢

这个问题尝试很多方法,查看了相关issuegoogle, 但是依然找不到解决方案,不知道是否有这个功能?又或者不支持移动端?还是说我的使用有问题? 不知道我描述的是否清楚? 望回复, 多谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant