Briefly describe an error from your past projects that you have recently completed or an error from other projects which impress you most. State the reason, impact of the error and how did you find it.
在可视语言与信息可视化作业中,在将数据可视化的过程中,本应是一个按钮对应一个折线图的,但在实际测试中却如下图所示,新的图出现但上一张图没有消失。
最终的解决方法是在js代码中,按钮触发中加入了display=none,然后折线图就可以正常工作了。