Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

微信for循环加载echarts ,tab 切换,展示不同状态下的折线图,ios 系统,切换几次之后,折线图消失

微信for循环加载echarts ,tab 切换,展示不同状态下的折线图,ios 系统,切换几次之后,折线图消失,有大佬碰到过吗


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  1. 每次切换时把echarts对象clear清除数据一下;
  2. 在每次setOption前,需要dispose消毁之前实例,处理内存溢出,可以处理一些其他问题;

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...