-
-
Notifications
You must be signed in to change notification settings - Fork 753
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 折线图滑动图表,松开手指滑杆会回到初始位置。偶现 #1411
Comments
能直接在 AAChartKit 的 demo 中复现出来吗? |
能复现,建议使用真机测试。 |
2_1665737105.mp4 |
22_1665969342.mp4急急急,过几天就要上线了,另找框架时间来不及了,大神能不能赶紧看下这个问题。体验确实不太好,这个问题还是挺容易复现的。 |
我也确实稳定复现了这个问题, 估计是 Highcharts 的 bug, 我已经给 Highcharts 官方提了 issue . 鉴于Highcharts 以往解决 bug 的效率来看, 不太可能在几天之内解决此问题. |
在 Highcharts 官未解决此问题的前提下, 我能想到的解决此问题的办法, 大概就是获取用户的手指点击的位置, 自绘一条直线和 UIView 来替代 Highcharts 的准星线和浮动提示框了, 参考: |
此方法的使用示例代码, 参考此次提交的内容: 此提交内容, 在 AAChartKit-Swift-Pro 的 demo 中可以找到. demo 链接如下: |
我感觉这个问题是不是在AAHighcharts JS文件中,mouseout 交互事件中存在一些逻辑处理又回到touchstart的位置 |
大佬们,这个问题是不是还没有解决呀 |
换了个框架,用Charts实现的
…------------------ 原始邮件 ------------------
发件人: "AAChartModel/AAChartKit" ***@***.***>;
发送时间: 2023年3月21日(星期二) 下午3:30
***@***.***>;
***@***.******@***.***>;
主题: Re: [AAChartModel/AAChartKit] iOS 折线图滑动图表,松开手指滑杆会回到初始位置。偶现 (Issue #1411)
大佬们,这个问题是不是还没有解决呀
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
1_1665735628.mp4
从A点滑动到B点,松开手指,滑杆会自动弹回到A点。
The text was updated successfully, but these errors were encountered: