echars在绘制图形的时候会给div添加属性_echarts_instance_,因此只需要将此属性移除并清空div内容即可重新绘制新的echarts图形。
$("#myChart").removeAttr("_echarts_instance_").empty();