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 折线图滑动图表,松开手指滑杆会回到初始位置。偶现 #1411

Open
DoubleYao0112 opened this issue Oct 14, 2022 · 12 comments

Comments

@DoubleYao0112
Copy link

1_1665735628.mp4

从A点滑动到B点,松开手指,滑杆会自动弹回到A点。

@AAChartModel
Copy link
Owner

能直接在 AAChartKit 的 demo 中复现出来吗?

@DoubleYao0112
Copy link
Author

能复现,建议使用真机测试。

@DoubleYao0112
Copy link
Author

能直接在 AAChartKit 的 demo 中复现出来吗?

2_1665737105.mp4

@DoubleYao0112
Copy link
Author

22_1665969342.mp4

急急急,过几天就要上线了,另找框架时间来不及了,大神能不能赶紧看下这个问题。体验确实不太好,这个问题还是挺容易复现的。

@AAChartModel
Copy link
Owner

我也确实稳定复现了这个问题, 估计是 Highcharts 的 bug, 我已经给 Highcharts 官方提了 issue . 鉴于Highcharts 以往解决 bug 的效率来看, 不太可能在几天之内解决此问题.

@AAChartModel
Copy link
Owner

AAChartModel commented Oct 17, 2022

在 Highcharts 官未解决此问题的前提下, 我能想到的解决此问题的办法, 大概就是获取用户的手指点击的位置, 自绘一条直线和 UIView 来替代 Highcharts 的准星线和浮动提示框了, 参考:

@AAChartModel
Copy link
Owner

AAChartModel commented Oct 17, 2022

在 Highcharts 官方为解决此问题的前提下, 我能想到的解决此问题的办法, 大概就是获取用户的手指点击的位置, 自绘一条直线和 UIView 来替代 Highcharts 的准星线和浮动提示框了, 参考:

此方法的使用示例代码, 参考此次提交的内容:

此提交内容, 在 AAChartKit-Swift-Pro 的 demo 中可以找到. demo 链接如下:

@DoubleYao0112
Copy link
Author

在 Highcharts 官未解决此问题的前提下, 我能想到的解决此问题的办法, 大概就是获取用户的手指点击的位置, 自绘一条直线和 UIView 来替代 Highcharts 的准星线和浮动提示框了, 参考:

我感觉这个问题是不是在AAHighcharts JS文件中,mouseout 交互事件中存在一些逻辑处理又回到touchstart的位置

@chenhongxin2015
Copy link

大佬们,这个问题是不是还没有解决呀

@DoubleYao0112
Copy link
Author

DoubleYao0112 commented Mar 21, 2023 via email

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

5 participants
@chenhongxin2015 @AAChartModel @DoubleYao0112 and others