Closed nevermore999 closed 4 years ago
给一个能复现的最小demo吧
http://antv-2018.alipay.com/zh-cn/f2/3.x/demo/line/customize-tootlip.html 在这个demo上做的扩展,单线改成了双线。 另外1.图表在三星fold上,系统字号调成最大时,点击事件失效。
朋友 你这个问题解决了吗 我也是出现 当切换分类是新的图表渲染出的真线图滑动瞬间会出现上一个分类数据的直线图 两个分类数据来回闪动,手指离开屏幕又恢复正常
朋友 你这个问题解决了吗 我也是出现 当切换分类是新的图表渲染出的真线图滑动瞬间会出现上一个分类数据的直线图 两个分类数据来回闪动,手指离开屏幕又恢复正常
全局new一个chart,更新数据前先clear
感谢你
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: nevermore999 <notifications@github.com> 发送时间: 2020年6月20日 15:23 收件人: antvis/F2 <F2@noreply.github.com> 抄送: lubin18 <1341733821@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[antvis/F2] 折线图更新数据时,之前的线条没有清除掉,滑动线条乱闪 (#843)
朋友 你这个问题解决了吗 我也是出现 当切换分类是新的图表渲染出的真线图滑动瞬间会出现上一个分类数据的直线图 两个分类数据来回闪动,手指离开屏幕又恢复正常
全局new一个chart,更新数据前先clear
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
报这个错🤦🏻♂️
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: nevermore999 <notifications@github.com> 发送时间: 2020年6月20日 15:23 收件人: antvis/F2 <F2@noreply.github.com> 抄送: lubin18 <1341733821@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[antvis/F2] 折线图更新数据时,之前的线条没有清除掉,滑动线条乱闪 (#843)
朋友 你这个问题解决了吗 我也是出现 当切换分类是新的图表渲染出的真线图滑动瞬间会出现上一个分类数据的直线图 两个分类数据来回闪动,手指离开屏幕又恢复正常
全局new一个chart,更新数据前先clear
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
报这个错🤦🏻♂️ 发自我的iPhone … ------------------ 原始邮件 ------------------ 发件人: nevermore999 <notifications@github.com> 发送时间: 2020年6月20日 15:23 收件人: antvis/F2 <F2@noreply.github.com> 抄送: lubin18 <1341733821@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[antvis/F2] 折线图更新数据时,之前的线条没有清除掉,滑动线条乱闪 (#843) 朋友 你这个问题解决了吗 我也是出现 当切换分类是新的图表渲染出的真线图滑动瞬间会出现上一个分类数据的直线图 两个分类数据来回闪动,手指离开屏幕又恢复正常 全局new一个chart,更新数据前先clear — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
报这个错🤦🏻♂️ 发自我的iPhone … ------------------ 原始邮件 ------------------ 发件人: nevermore999 <notifications@github.com> 发送时间: 2020年6月20日 15:23 收件人: antvis/F2 <F2@noreply.github.com> 抄送: lubin18 <1341733821@qq.com>, Comment <comment@noreply.github.com> 主题: 回复:[antvis/F2] 折线图更新数据时,之前的线条没有清除掉,滑动线条乱闪 (#843) 朋友 你这个问题解决了吗 我也是出现 当切换分类是新的图表渲染出的真线图滑动瞬间会出现上一个分类数据的直线图 两个分类数据来回闪动,手指离开屏幕又恢复正常 全局new一个chart,更新数据前先clear — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
什么?
`renderLine(params) { this.dataStatus = true; let theme = params.slice(0, 5); if(theme == 'black') this.src = false let data = params.slice(6); data = JSON.parse(data);
在Android上,不刷新webview,数据改变时重复调用以上方法,造成当前线条和之前线条共存,滑动闪屏的问题,clear(), changedata()方法试过,问题未解决。
请问该问题如何解决?
f2版本:3.6.3